diff --git a/Makefile b/Makefile index c5eeea2..88698aa 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ all: # go get -u github.com/golang/protobuf/protoc-gen-go # cd ~/go/src/github.com/golang/protobuf/protoc-gen-go # go install + # + # Then: + # make events.pb.go events.pb.go: events.proto # protoc --version 3.6++ does not mean that protoc will generate version3 .go files