10 lines
161 B
Modula-2
10 lines
161 B
Modula-2
module yunlian-file-transfer-demo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/golang/protobuf v1.5.2
|
|
google.golang.org/grpc v1.37.0
|
|
)
|