go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn
go get google.golang.org/grpc
go get -u github.com/golang/protobuf/proto
go get -u github.com/golang/protobuf/protoc-gen-go
下载地址: https://github.com/protocolbuffers/protobuf/releases
protoc --go_out=. echo.proto
未完待续