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