From 2c907dbb70d7a49388fa978ef681d77f8f01d2a5 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Sun, 15 Jun 2014 19:32:57 -0700 Subject: [PATCH] comments --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 28784b7..e973ce0 100644 --- a/doc.go +++ b/doc.go @@ -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 \ No newline at end of file