Update protocol buffers

This commit is contained in:
Ethan Frey
2017-01-17 15:44:40 +01:00
parent 58ea995032
commit 7cd39dafea
10 changed files with 301 additions and 134 deletions
+4
View File
@@ -4,6 +4,10 @@ all: protoc install test
NOVENDOR = go list github.com/tendermint/abci/... | grep -v /vendor/
install-protoc:
# Download: https://github.com/google/protobuf/releases
go get github.com/golang/protobuf/protoc-gen-go
protoc:
protoc --go_out=plugins=grpc:. types/*.proto