Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 448 Bytes

File metadata and controls

13 lines (7 loc) · 448 Bytes

使用Go + Gin + Gorm + MySQL + Redis + (gRpc + GRpc-Gateway) + RESTFul API搭建的一个基于Gin框架的WEB应用框架

使用的Go版本:go version go1.22.1 darwin/amd64

使用的Gin版本:github.com/gin-gonic/gin v1.9.1

使用的Gorm版本:github.com/jinzhu/gorm v1.9.16

使用的MySQL版本:mysql Ver 8.0.26 for osx10.16 on x86_64 (Homebrew)

使用的Redis版本:redis-server 6.2.6

采用Go Modules模式