mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
Update protocol buffers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user