protoc-gen-go (1) Linux Manual Page
protoc-gen-go – Go compiler output filter for the protocol buffer compiler Synopsisprotoc –plugin=protoc-gen-go=/usr/bin/protoc-gen-go –go_out=gocode input.proto protoc –go_out=gocode input.protoDescriptionprotoc-gen-go is a filter for the protoc(1) protocol buffer compiler. It takes the protocol buffer format from protoc(1) as input and produces Go code as output which can then be used to encode (marshal) and decode (unmarshal) data…
