Install Download protobuf: https://github.com/protocolbuffers/protobuf/releases unzip protoc-3.8.0-linux-x86_64.zip sudo cp -r include/* /usr/local/include/ sudo cp bin/protoc /usr/local/bin/ Download Go support for protobuf: go get -u github.com/gol…