Codebase list golang-github-gorilla-securecookie / e59506c
README.md: Add sourcegraph badge Kamil Kisiel authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 securecookie
11 ============
22 [![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)
3 [![Sourcegraph](https://sourcegraph.com/github.com/gorilla/securecookie/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/securecookie?badge)
4
35
46 securecookie encodes and decodes authenticated and optionally encrypted
57 cookie values.