https://github.com/uptutu/gin-init
init gin Goooo~~~ Project start here~~~
https://github.com/uptutu/gin-init
Last synced: over 1 year ago
JSON representation
init gin Goooo~~~ Project start here~~~
- Host: GitHub
- URL: https://github.com/uptutu/gin-init
- Owner: uptutu
- Created: 2019-07-10T06:32:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T10:12:09.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T03:47:52.752Z (over 1 year ago)
- Language: Go
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
开始项目
API 接口初始化框架,拉下即用
获取第三方包
```bash
go get
```
在GoLand设置中需要勾选 Go mod 启用,不然会有包会红线
安装swagger
```bash
go get -u github.com/swaggo/swag/cmd/swag
```
使用组建有
框架
数据库模型
配置读取
工具
API文档