diff options
author | Corey Daley <cdaley@redhat.com> | 2023-07-15 17:53:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 17:53:03 +0300 |
commit | 80d3cb33a42adb0e57bbe375814f1b0665913576 (patch) | |
tree | 9739d6a16d4a8135f50d98c3e5de0b46a1ef5912 | |
parent | 9865a2b6137913abf1982cc4b1e8acdc35b2f052 (diff) |
Update README.md
Signed-off-by: Corey Daley <cdaley@redhat.com>
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,11 +3,6 @@ [![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. |