first commit

This commit is contained in:
king
2021-01-01 20:30:52 +08:00
commit d4be972494
12 changed files with 1309 additions and 0 deletions

9
go.mod Normal file
View File

@ -0,0 +1,9 @@
module github.com/zeromicro/goctl-swagger
go 1.15
require (
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/tal-tech/go-zero v1.1.1
github.com/urfave/cli/v2 v2.3.0
)