diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/golang-jwt/jwt/doc.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/golang-jwt/jwt/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/golang-jwt/jwt/doc.go b/teleirc/matterbridge/vendor/github.com/golang-jwt/jwt/doc.go new file mode 100644 index 0000000..a86dc1a --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/golang-jwt/jwt/doc.go @@ -0,0 +1,4 @@ +// 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 |
