add notes about what version of protoc-gen-go to use

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-11 11:02:59 -07:00
parent a6462ca92c
commit 3df1dcb33b
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
all:
# You must use the current protoc-gen-go
#
# apt remove golang-goprotobuf-dev
#
# Then:
# go get -u github.com/golang/protobuf/protoc-gen-go
# cd ~/go/src/github.com/golang/protobuf/protoc-gen-go
# go install
events.pb.go: events.proto
# go get -u github.com/golang/protobuf/protoc-gen-go
# you probably also want to do: