Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 466 Bytes

File metadata and controls

20 lines (13 loc) · 466 Bytes

work-messages

protobuf for work messages

setup

  1. install protoc to your PATH: https://github.com/protocolbuffers/protobuf/releases

  2. install the protoc plugin for your language. For Go, run the go get command to install the protoc plugin for Go:

go get -u github.com/golang/protobuf/proto
go get -u github.com/golang/protobuf/protoc-gen-go

regenerate definitions

protoc --go_out=. --go_opt=paths=source_relative work.proto