文件名称:go-gin-api
文件大小:7KB
文件格式:ZIP
更新时间:2024-04-21 00:48:30
Go
Golang-Gin-api
初始化go模块:确保在Go-env文件夹中运行它
$ go mod init
删除了未使用的依赖项
$ go mod tidy
安装依赖项:更新go.mod文件
$ go get
【文件预览】:
go-gin-api-master
----api()
--------models()
--------infrastructure()
--------routes()
--------controllers()
--------responses()
----main.go(471B)
----.gitignore(260B)
----go.sum(6KB)
----README.md(359B)
----go.mod(122B)