github.com/coocood/badger@v1.5.1-0.20200528065104-c02ac3616d04/protos/gen.sh (about) 1 #!/bin/bash 2 3 # You might need to go get -v github.com/gogo/protobuf/... 4 5 protos=${GOPATH-$HOME/go}/src/github.com/coocood/badger/protos 6 pushd $protos > /dev/null 7 protoc --gofast_out=plugins=grpc:. -I=. *.proto