在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
go安装grpc GOPATH 添加 d:\grpc 下载grpc及依赖库 git clone https://github.com/grpc/grpc-go ./google.golang.org/grpc git clone https://github.com/golang/net.git ./golang.org/x/net git clone https://github.com/google/go-genproto.git ./google.golang.org/genproto git clone https://github.com/golang/text.git ./golang.org/x/text git clone https://github.com/protocolbuffers/protobuf-go.git ./google.golang.org/protobuf 安装grpc go install google.golang.org/grpc 基本上go install没有提示错误,grpc就算安装好了,我们现在拿grpc里的example来测试下
d:\grpc\src>go run google.golang.org/grpc/examples/helloworld/greeter_server/main.go //后启动client D:\grpc\src>go run google.golang.org/grpc/examples/helloworld/greeter_client/main.go 生成protoc-gen-go.exe go install google.golang.org/protobuf/cmd/protoc-gen-go/
|
请发表评论