基于Gin+GORM+MySQL+Redis的博客论坛
- Gin https://github.com/gin-gonic/gin
- 数据库:MySQL、Redis
- 连接MySQL:GORM https://github.com/go-gorm/gorm
- 连接Redis:go-redis https://github.com/redis/go-redis
- 配置文件管理:Viper https://github.com/spf13/viper
- 日志:zap https://github.com/uber-go/zap
- 鉴权:JWT https://github.com/golang-jwt/jwt
- 参数校验:validator https://github.com/go-playground/validator
- 实时热重载:Air https://github.com/air-verse/air