//
pkg.gl
Category
github.com/ops-cn/admin
module
package
0.0.0-20200703083910-07aa72edbc6e
Repository:
https://github.com/ops-cn/admin.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
56 SLOC
#
Packages
app
Package app 生成swagger文档 文档规则请参考:https://github.com/swaggo/swag#declarative-comments-format 使用方式: go get -u github.com/swaggo/swag/cmd/swag swag init --generalInfo ./internal/app/swagger.go --output ./internal/app/swagger */.
cmd
No description provided by the author
#
Variables
VERSION
VERSION 版本号,可以通过编译的方式指定版本号:go build -ldflags "-X main.VERSION=x.x.x".