add shorturl example code
This commit is contained in:
11
example/shorturl/go.mod
Normal file
11
example/shorturl/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module shorturl
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/golang/mock v1.4.3
|
||||
github.com/golang/protobuf v1.4.2
|
||||
github.com/tal-tech/go-zero v1.0.7
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||
google.golang.org/grpc v1.29.1
|
||||
)
|
||||
Reference in New Issue
Block a user