cloud-go/gin/1-try
2022-06-20 09:02:40 +08:00
..
tmp gin 2022-06-20 09:02:40 +08:00
vendor gin 2022-06-20 08:57:47 +08:00
.air.toml gin 2022-06-20 09:02:40 +08:00
go.mod gin 2022-06-20 08:57:47 +08:00
go.sum gin 2022-06-20 08:57:47 +08:00
main.go gin 2022-06-20 09:02:40 +08:00
README.md gin 2022-06-20 09:02:40 +08:00
server gin 2022-06-20 08:57:47 +08:00

go get -u github.com/gin-gonic/gin

打包

go build -o server main.go

依赖包到本地

go mod vendor

热更新

# 安装
go install github.com/cosmtrek/air@latest

# 初始化
air init
# 运行
air -c .air.toml