gorilla/context

Why need key

Opened this issue · 1 comments

Hi
Why do I need a key to set context?
Thanks

Different libraries may use context within the same application. The key is there to keep their data from conflicting.