go常用包
- gin框架 - https://github.com/gin-gonic/gin
- cobra制作命令行工具 - https://github.com/spf13/cobra
- jwt工具 - https://github.com/dgrijalva/jwt-go
- uuid生成 - https://github.com/google/uuid
- viper配置文件读取 - https://github.com/spf13/viper
- redis客户端 - https://github.com/go-redis/redis
- gorm - https://gorm.io/gorm
- websocket - https://github.com/gorilla/websocket
- cron任务调度 - https://github.com/robfig/cron
- error错误处理 - https://github.com/pkg/errors
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭