protobuf for work messages
-
install protoc to your PATH: https://github.com/protocolbuffers/protobuf/releases
-
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
protoc --go_out=. --go_opt=paths=source_relative work.proto