From 3df1dcb33bb5215bbe04c36ac9bb7f9de08cb4f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 May 2019 11:02:59 -0700 Subject: [PATCH] add notes about what version of protoc-gen-go to use Signed-off-by: Jeff Carr --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index 1d19707..5ffa956 100644 --- a/Makefile +++ b/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 # go get -u github.com/golang/protobuf/protoc-gen-go # you probably also want to do: