diff options
author | Kamil Kisiel <kamil@kamilkisiel.net> | 2017-02-24 22:38:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 22:38:04 +0300 |
commit | e59506cc896acb7f7bf732d4fdf5e25f7ccd8983 (patch) | |
tree | 3f3ee26b72cdf623f030fd610b53115ab5c643c9 | |
parent | fa5329f913702981df43dcb2a380bac429c810b5 (diff) |
README.md: Add sourcegraph badge
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |