1 // Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html 2 // 3 // See README.md for more info. 4 package jwt 5
View as plain text