1 Star 0 Fork 845

mahuan / gfast

forked from tiger1103 / gfast 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
main.go 244 Bytes
Copy Edit Raw Blame History
tiger1103 authored 2020-07-17 09:59 . 添加swagger API接口文档
package main
import (
_ "gfast/boot"
_ "gfast/router"
"github.com/gogf/gf/frame/g"
)
// @title gfast API文档
// @version 1.0
// @description gfast 在线API文档
// @host localhost
// @BasePath /system
func main() {
g.Server().Run()
}
Go
1
https://gitee.com/mahuan777/gfast.git
git@gitee.com:mahuan777/gfast.git
mahuan777
gfast
gfast
master

Search