Prerequisites

  • Go version 1.6 or higher
  • Install gRPC
     go get -u google.golang.org/grpc
    

Go Library

  1. Download the latest version of Go library from github.
  2. Unzip the archive file.
  3. Add the installation directory to GOPATH.

Examples

You can see the examples in the src/example directory. Refer to the quick start guide.

Updated: