This commit is contained in:
Dave Grijalva 2014-06-15 19:32:57 -07:00
parent 8800a8c28c
commit 2c907dbb70
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -1,4 +1,4 @@
// A Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
// Package jwt is 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