add jwt tools

This commit is contained in:
2018-01-24 16:37:57 +08:00
parent 99c4f6dbaf
commit ab990e3c7c
9 changed files with 378 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ $ curl https://glide.sh/get | sh
```bash
$ go get -u github.com/ehlxr/go-utils
$ cd $GOPATH/src/github.com/ehlxr/go-utils/log
$ cd $GOPATH/src/github.com/ehlxr/go-utils/utils/log
$ glide install
```