网络请求库,非常好用,比python的requests还要好用
https://github.com/imroc/req
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
热重启
github.com/pilu/fresh
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://gopkg.in/gomail.v2
汉字转拼音
https://github.com/mozillazg/go-pinyin
消息队列, nsq
https://github.com/nsqio/go-nsq
随机数
https://gitlab.com/NebulousLabs/fastrand
Redis 客户端
https://github.com/gomodule/redigo
雪花ID生成器
https://github.com/zheng-ji/goSnowFlake
GORM
https://github.com/go-gorm/gorm
https://gorm.io/
Excel处理
http://github.com/xuri/excelize
go get github.com/xuri/excelize/v2
web:github.com/gin-gonic/gin
数据库:gorm.io/gorm
配置:github.com/spf13/viper
redis: https://github.com/go-redis/redis
工具包:github.com/duke-git/lancet
参数验证:github.com/gookit/validate
日志:go.uber.org/zap
json:github.com/json-iterator/go
协程池:github.com/panjf2000/ants