# go-gin-example-sunflower **Repository Path**: lapzero/go-gin-example-sunflower ## Basic Information - **Project Name**: go-gin-example-sunflower - **Description**: 用 go-gin-example 开源项目,学习go-gin开发项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-17 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## sunflower `go-gin 学习简化版 go-gin-example mini ` [go-gin-example](https://github.com/EDDYCJY/go-gin-example/blob/master/README_ZH.md) ### 命令 ``` # 运行 $ go run main.go # 打包 $ go build # swagger 初始化 $ swag init # 初始化依赖包管理 $ go mod init modelname # 数据迁移 ./sunflower.exe database migrate ```