Skip to content

kadycui/gin-rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用swagger

安装包

go get -u github.com/swaggo/swag  
go get github.com/swaggo/gin-swagger
go get github.com/swaggo/files

生成文件

swag init

linux系统下出现

bash: swag: command not found

执行以下命令

export PATH=$(go env GOPATH)/bin:$PATH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages