收集的一些三方库,不定期更新
网络请求库
非常好用,比 python 的 requests 还要好用 https://github.com/imroc/req
rpc 库
可以用来构建自己的 微服务;好的地方是,比较自由,不像现成的微服务框架 https://github.com/smallnest/rpcx
web 框架
- iris https://github.com/kataras/iris
- gin https://github.com/gin-gonic/gin
- fiber https://github.com/gofiber/fiber
热重启
github.com/pilu/fresh
cron 定时任务库
获取机器状态库
JWT
验证码
邮件
汉字转拼音
消息队列
随机数
Redis 客户端
雪花 ID 生成器
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
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
类型转换 cast
github.com/spf13/cast




