parent
062fb9ef89
commit
76d9e461b3
3
Makefile
3
Makefile
|
@ -7,6 +7,9 @@ all:
|
||||||
# go get -u github.com/golang/protobuf/protoc-gen-go
|
# go get -u github.com/golang/protobuf/protoc-gen-go
|
||||||
# cd ~/go/src/github.com/golang/protobuf/protoc-gen-go
|
# cd ~/go/src/github.com/golang/protobuf/protoc-gen-go
|
||||||
# go install
|
# go install
|
||||||
|
#
|
||||||
|
# Then:
|
||||||
|
# make events.pb.go
|
||||||
|
|
||||||
events.pb.go: events.proto
|
events.pb.go: events.proto
|
||||||
# protoc --version 3.6++ does not mean that protoc will generate version3 .go files
|
# protoc --version 3.6++ does not mean that protoc will generate version3 .go files
|
||||||
|
|
Loading…
Reference in New Issue