Getting ready

Configure your environment according to the following steps:

  1. Refer to the steps given in the Technical requirements section at the beginning of this chapter.
  2. Install GRPC (https://grpc.io/docs/quickstart/go/) and run the following commands:
    • go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
    • go get -u google.golang.org/grpc