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
I was just having the same problem, but found issue 16.
Basically Go 1.7 introduced the new context package, which is used by net/http's mux and also gorilla/mux. Std lib's context doesn't play nice with gorilla/context, which negroni-sessions depends on for now.
There's good info in this issue on gorilla/context.
I'm trying an example
and i have
The text was updated successfully, but these errors were encountered: