diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..28784b7 --- /dev/null +++ b/doc.go @@ -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 \ No newline at end of file