aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorMatt Silverlock <matt@eatsleeprepeat.net>2016-04-22 16:45:19 +0300
committerMatt Silverlock <matt@eatsleeprepeat.net>2016-04-22 16:45:19 +0300
commit667fe4e3466a040b780561fe9b51a83a3753eefc (patch)
tree36612f0532c3fd1489aaa3f2504f03c97179bc01 /doc.go
parent4c7f85bfe584193f9ff70acbaf06f3b81e5d5bf8 (diff)
parenta29e8718b61897fd1e4c14d8cf4d4baf173a26e8 (diff)
Merge branch 'master' of github.com:gorilla/securecookie
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index e80e3ae..ae89408 100644
--- a/doc.go
+++ b/doc.go
@@ -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.