Skip to content

moraisworkrunner/work-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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