From 062fb9ef891c5487ddb6b66c3f33f16664b560c1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 May 2019 11:38:30 -0700 Subject: [PATCH] remove extra comments Signed-off-by: Jeff Carr --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 5ffa956..c5eeea2 100644 --- a/Makefile +++ b/Makefile @@ -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