Getting ready...

  1. Verify whether protoc is installed by executing the following command:
$ protoc --version libprotoc 3.3.2
  1. Install protobuf by way of the following:
$ git clone https://github.com/google/protobuf$ cd protobuf$ ./autogen.sh$ ./configure$ make$ make check$ make install

Get Go Web Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.