From 6ac16e3b5cbfaeb260678ec53e1e052a50b01232 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Mon, 28 Mar 2016 22:20:53 -0700 Subject: [feature] NopEncoder: accept/return []byte. - [docs] Update doc.go for golint. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc.go') 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. -- cgit v1.2.3