添加swagger API接口文档

This commit is contained in:
yxh
2020-07-17 09:59:38 +08:00
parent 2fbd8ffc65
commit 31dbd9dee7
22 changed files with 1206 additions and 17 deletions
+2
View File
@@ -2,6 +2,7 @@ module gfast
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/casbin/casbin/v2 v2.1.2
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/goflyfox/gtoken v1.3.17
@@ -10,6 +11,7 @@ require (
github.com/mssola/user_agent v0.5.1
github.com/shirou/gopsutil v2.20.2+incompatible
github.com/stretchr/testify v1.5.1 // indirect
github.com/swaggo/swag v1.6.7
)
go 1.14