remove extra comments

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-11 11:38:30 -07:00
parent 3df1dcb33b
commit 062fb9ef89
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ all:
# go install
events.pb.go: events.proto
# go get -u github.com/golang/protobuf/protoc-gen-go
# you probably also want to do:
# apt remove golang-goprotobuf-dev
# and use the one you built instead
# protoc --version 3.6++ does not mean that protoc will generate version3 .go files
protoc --version
protoc --go_out=. events.proto