diff options
author | Matt Silverlock <matt@eatsleeprepeat.net> | 2016-03-29 08:20:53 +0300 |
---|---|---|
committer | Matt Silverlock <matt@eatsleeprepeat.net> | 2016-03-31 07:13:44 +0300 |
commit | 6ac16e3b5cbfaeb260678ec53e1e052a50b01232 (patch) | |
tree | a2d5a55f79ac3774deb64cce6b2917357968929f /doc.go | |
parent | 8dacca26977607e637262eb66b15b7d39f2d3009 (diff) |
[feature] NopEncoder: accept/return []byte.
- [docs] Update doc.go for golint.
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package gorilla/securecookie encodes and decodes authenticated and optionally +Package securecookie encodes and decodes authenticated and optionally encrypted cookie values. Secure cookies can't be forged, because their values are validated using HMAC. |