sessions
sessions copied to clipboard
[Bug] unknown field 'Partitioned' in struct literal of type http.Cookie
Is there an existing issue for this?
- [X] I have searched the existing issues
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