Created
October 28, 2020 13:46
-
-
Save kaatinga/c546c267ac9577a579a0801febb4bdf5 to your computer and use it in GitHub Desktop.
How to install gRPC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get -u github.com/golang/protobuf/protoc-gen-go | |
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc | |
download protoc utility for Golang | |
https://github.com/protocolbuffers/protobuf/releases/tag/v3.13.0 | |
put protoc binary somewhere in the PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment