diff options
author | Matt Silverlock <matt@eatsleeprepeat.net> | 2022-12-09 18:59:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 18:59:13 +0300 |
commit | 9865a2b6137913abf1982cc4b1e8acdc35b2f052 (patch) | |
tree | c66d49c94a1fd6fab32806d54f33561262dd4e64 /README.md | |
parent | f37875ef1fb538320ab97fc6c9927d94c280ed5b (diff) |
archive mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ [![GoDoc](https://godoc.org/github.com/gorilla/securecookie?status.svg)](https://godoc.org/github.com/gorilla/securecookie) [![Build Status](https://travis-ci.org/gorilla/securecookie.png?branch=master)](https://travis-ci.org/gorilla/securecookie) [![Sourcegraph](https://sourcegraph.com/github.com/gorilla/securecookie/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/securecookie?badge) +--- + +**The Gorilla project has been archived, and is no longer under active maintainenance. You can read more here: https://github.com/gorilla#gorilla-toolkit** + +--- + securecookie encodes and decodes authenticated and optionally encrypted cookie values. |