go-utils/README.md

10 lines
683 B
Markdown
Raw Permalink Normal View History

2017-06-22 01:20:11 +00:00
# go-utils
common utils for golang
2017-06-25 11:00:28 +00:00
2018-01-23 07:58:18 +00:00
- [log](utils/log): Golang log library base [logrus](https://github.com/sirupsen/logrus) and [logrus-prefixed-formatter](https://github.com/x-cray/logrus-prefixed-formatter)
2017-06-25 11:00:28 +00:00
2018-01-24 08:39:44 +00:00
- [jbls](utils/jbls): JetBrains license server, Just for test and study, Please support genuine.
2018-01-24 08:43:09 +00:00
- [jwt](utils/jwt): This is a simple tool to sign, verify and show JSON Web Tokens ([JWT](http://jwt.io/)) from the command line, base [jwt-go](https://github.com/dgrijalva/jwt-go).
2018-01-24 09:06:02 +00:00
- [ip](utils/ip): Obtain public IP, check the intranet IP, detect IP type, check IP range, IP address string and int transformation, according to ip to determine the region and operators, etc