1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00
documize/vendor/github.com/gorilla/context
HarveyKandola b826852137 Moved from Dep to Go Modules
We have finally dropped go dep and moved over to go mod !

During the move, some dependencies have been bumped.
2019-09-06 11:06:28 +01:00
..
.travis.yml Moved from Dep to Go Modules 2019-09-06 11:06:28 +01:00
context.go initial commit 2016-07-07 18:54:16 -07:00
doc.go Moved from Dep to Go Modules 2019-09-06 11:06:28 +01:00
LICENSE initial commit 2016-07-07 18:54:16 -07:00
README.md Moved from Dep to Go Modules 2019-09-06 11:06:28 +01:00

context

Build Status

gorilla/context is a general purpose registry for global request variables.

Note: gorilla/context, having been born well before context.Context existed, does not play well with the shallow copying of the request that http.Request.WithContext (added to net/http Go 1.7 onwards) performs. You should either use just gorilla/context, or moving forward, the new http.Request.Context().

Read the full documentation here: http://www.gorillatoolkit.org/pkg/context