Skip to content

save95/go-quick-server-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-quick-server-template

Golang 服务端模版

目录说明

Usage

git clone --depth=1 -b main https://github.com/save95/go-quick-server-template.git server-api

cd server-api
rm -rf .git

git init --initial-branch=main
git remote add origin https://xxxxxx
git add .
git commit -m "init"
git push -u origin main

swagger

先使用以下命令安装 swag 命令

go get -u github.com/swaggo/swag/cmd/swag

编译

make build

About

Golang Gin 服务端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published