package
1.0.0
Repository: https://github.com/xgpc/dsg.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

使用swagger时, 需要添加下方扩展

go install github.com/swaggo/swag/cmd/swag@latest
go get github.com/iris-contrib/swagger/v12

安装swag之后, windows环境下需要设置环境变量

在命令行中执行 swag -v能看到swag的版本, 说明swag安装成功

生产swagger文档时, 在main.go同级目录命令行中执行 swag init。 看到在main.go同级目录中出现docs文件夹, 说明swag文档生成成功