mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-29 16:52:15 +00:00
4 lines
78 B
Bash
4 lines
78 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
protoc --go_out=plugins=grpc:. -I $GOPATH/src/ -I . types.proto
|