We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81bcf7 commit 08b5f42Copy full SHA for 08b5f42
doc.go
@@ -5,7 +5,7 @@
5
/*
6
Package context stores values shared during a request lifetime.
7
8
-> Note: gorilla/context, having been born well before `context.Context` existed,
+Note: gorilla/context, having been born well before `context.Context` existed,
9
does not play well > with the shallow copying of the request that
10
[`http.Request.WithContext`](https://golang.org/pkg/net/http/#Request.WithContext)
11
(added to net/http Go 1.7 onwards) performs. You should either use *just*
0 commit comments