Go Installation
Prerequisites
- Go version 1.6 or higher
- Install gRPC
go get -u google.golang.org/grpc
Go Library
- Download the latest version of Go library from github.
- Unzip the archive file.
- Add the installation directory to GOPATH.
Examples
You can see the examples in the src/example directory. Refer to the quick start guide.