tendermint/rpc/grpc/compile.sh
Silas Davis 398f3779cc
Add gogoproto marshallers to proto files in order to make use of
gogoproto.nullable compatible with GRPC downstream of ABCI and libs
protbuf types
2018-07-17 11:51:38 +01:00

4 lines
80 B
Bash
Executable File

#! /bin/bash
protoc --gogo_out=plugins=grpc:. -I $GOPATH/src/ -I . types.proto