diff options
author | 2021-09-08 21:15:45 +0100 | |
---|---|---|
committer | 2021-09-08 21:15:45 +0100 | |
commit | f44cc5178224719fda299dc9f5a65763b1b23f51 (patch) | |
tree | 6c8dd9e0c5b36e3acb2011f0ef69ac689c30000c /vendor/github.com/golang-jwt/jwt/doc.go | |
parent | Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library (diff) | |
parent | Merge remote-tracking branch 'upstream/main' into update/oauth-library (diff) | |
download | gotosocial-f44cc5178224719fda299dc9f5a65763b1b23f51.tar.xz |
Merge pull request #196 from NyaaaWhatsUpDoc/update/oauth-library
Update oauth library -> v4.3.2-SSB
Diffstat (limited to 'vendor/github.com/golang-jwt/jwt/doc.go')
-rw-r--r-- | vendor/github.com/golang-jwt/jwt/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/golang-jwt/jwt/doc.go b/vendor/github.com/golang-jwt/jwt/doc.go new file mode 100644 index 000000000..a86dc1a3b --- /dev/null +++ b/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 |