Skip to content

Commit

Permalink
[docs] godoc fix. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar authored Aug 17, 2016
1 parent f81bcf7 commit 08b5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
Package context stores values shared during a request lifetime.
> Note: gorilla/context, having been born well before `context.Context` existed,
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`](https://golang.org/pkg/net/http/#Request.WithContext)
(added to net/http Go 1.7 onwards) performs. You should either use *just*
Expand Down

0 comments on commit 08b5f42

Please sign in to comment.