From 76d9e461b3972ba52ad8303f56558f584a57a6ec Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 May 2019 11:39:01 -0700 Subject: [PATCH] better notes Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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