Gin框架项目启动和打包 2024-10-10 19:01 安装依赖 go mod tidy 确保有 Gin 框架 go get github.com/gin-gonic/gin 启动项目 go run main.go 打包项目 go build -o myapp