我尝试使用
go get github.com/fullstorydev/grpcurl@2108c8f
go install github.com/fullstorydev/grpcurl/cmd/grpcurl
export PATH=$GOPATH/bin:$PATH
在我的ubuntu盒子上安装grpcurl,但是之后,当我执行grpcurl --version时,我仍然可以得到
grpcurl开发人员构建
我希望看到
grpcurl 1.16.0
即使不使用go,我们也可以下载可执行文件。
wget https://github.com/fullstorydev/grpcurl/releases/download/v1.6.0/grpcurl_1.6.0_linux_x86_64.tar.gz
tar -xvf grpcurl_1.6.0_linux_x86_64.tar.gz