aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Silverlock <matt@eatsleeprepeat.net>2017-02-05 09:43:38 +0300
committerMatt Silverlock <matt@eatsleeprepeat.net>2017-02-05 09:43:38 +0300
commit55fb70d4b7445f35318cdde4f62437408566708e (patch)
tree1ce8da38c1aee5c521b5c2217d36efef7cfee153 /README.md
parent667fe4e3466a040b780561fe9b51a83a3753eefc (diff)
[wip] Initial v2 cut
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ed299e..26f2179 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ securecookie
============
[![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)
+> v2: a work-in-progress.
+
securecookie encodes and decodes authenticated and optionally encrypted
cookie values.