aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2017-02-24 22:38:04 +0300
committerGitHub <noreply@github.com>2017-02-24 22:38:04 +0300
commite59506cc896acb7f7bf732d4fdf5e25f7ccd8983 (patch)
tree3f3ee26b72cdf623f030fd610b53115ab5c643c9 /README.md
parentfa5329f913702981df43dcb2a380bac429c810b5 (diff)
README.md: Add sourcegraph badge
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 da112e4..aa7bd1a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,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)
+[![Sourcegraph](https://sourcegraph.com/github.com/gorilla/securecookie/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/securecookie?badge)
+
securecookie encodes and decodes authenticated and optionally encrypted
cookie values.