整理一些自己使用的好用的golang第三方库,持续跟新
网络请求库,非常好用,比python的requests还要好用
rpc库,可以用来构建自己的 微服务;好的地方是,比较自由,不像现成的微服务框架
https://github.com/smallnest/rpcx
web 框架 ; iris , gin ,fiber
https://github.com/kataras/iris
https://github.com/gin-gonic/gin
https://github.com/gofiber/fiber
cron定时任务库;
https://github.com/robfig/cron
获取机器状态库;
https://github.com/shirou/gopsutil
jwt,生成token等
https://github.com/dgrijalva/jwt-go
验证码库
https://github.com/mojocn/base64Captcha
邮件发送
汉字转拼音
https://github.com/mozillazg/go-pinyin
消息队列, nsq
https://github.com/nsqio/go-nsq