Windows10 安装grpc-go 详细步骤
Posted roastpiglet
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows10 安装grpc-go 详细步骤相关的知识,希望对你有一定的参考价值。
准备依赖
git clone https://github.com/grpc/grpc-go.git $env:GOPATHsrcgoogle.golang.orggrpc
git clone https://github.com/golang/net.git $env:GOPATHsrcgolang.orgx
et
git clone https://github.com/golang/text.git $env:GOPATHsrcgolang.orgx ext
go get -u github.com/golang/protobuf
git clone https://github.com/google/go-genproto.git $env:GOPATHsrcgoogle.golang.orggenproto
测试HelloWorld
打开server
$env:GOPATHsrcgithub.comgrpcgrpc-goexampleshelloworldgreeter_server
go run main.go
打开client
$env:GOPATHsrcgithub.comgrpcgrpc-goexampleshelloworldgreeter_client
go run main.go
参考链接
https://www.jianshu.com/p/dba4c7a6d608
http://grpc.mydoc.io/?v=10467&t=58008
https://github.com/grpc/grpc-go#FAQ
以上是关于Windows10 安装grpc-go 详细步骤的主要内容,如果未能解决你的问题,请参考以下文章
Windows10(64)+anaconda2(python2.7)安装xgboost详细步骤
windows10用WMware安装Linux虚拟机详细步骤
windows10 下安装SqlServer2008(图文安装超详细!)