Skip to content

Instantly share code, notes, and snippets.

@kaatinga
Created October 28, 2020 13:46
Show Gist options
  • Save kaatinga/c546c267ac9577a579a0801febb4bdf5 to your computer and use it in GitHub Desktop.
Save kaatinga/c546c267ac9577a579a0801febb4bdf5 to your computer and use it in GitHub Desktop.
How to install gRPC
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