url parameters

This commit is contained in:
MaxToby
2021-01-08 21:48:23 +08:00
parent 9e2eec901e
commit 5dff96f958
4 changed files with 64 additions and 8 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/zeromicro/goctl-swagger
go 1.15
require (
github.com/davecgh/go-spew v1.1.1
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