You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kramesh2005new
changed the title
unknown field 'Partitioned' in struct literal of type http.Cookie
[Bug] unknown field 'Partitioned' in struct literal of type http.Cookie
May 8, 2024
The partitioned field is only available in go 1.23+ and so
should be removed from the library as this version does not
yet require v1.23+.
See golang/go#62490 (comment)Fixes#277
Is there an existing issue for this?
Current Behavior
Getting following issue while get this package and building because of filed 'Partitioned' implementation
Expected Behavior
The issue unknown field 'Partitioned' in struct literal of type http.Cookie should not happen while get this package and building.
Steps To Reproduce
Get the package using following command
go get github.com/gorilla/sessions
Anything else?
No response
The text was updated successfully, but these errors were encountered: