package doc

This commit is contained in:
Dave Grijalva 2014-06-15 19:29:09 -07:00
parent 45070d60b9
commit 8800a8c28c
1 changed files with 4 additions and 0 deletions

4
doc.go Normal file
View File

@ -0,0 +1,4 @@
// A Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
//
// See README.md for more info.
package jwt