add notes about what version of protoc-gen-go to use
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
a6462ca92c
commit
3df1dcb33b
10
Makefile
10
Makefile
|
@ -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
|
events.pb.go: events.proto
|
||||||
# go get -u github.com/golang/protobuf/protoc-gen-go
|
# go get -u github.com/golang/protobuf/protoc-gen-go
|
||||||
# you probably also want to do:
|
# you probably also want to do:
|
||||||
|
|
Loading…
Reference in New Issue