gen.sh 212 B

1234567
  1. #!/bin/bash
  2. # You might need to go get -v github.com/gogo/protobuf/...
  3. protos=${GOPATH-$HOME/go}/src/github.com/dgraph-io/badger/protos
  4. pushd $protos > /dev/null
  5. protoc --gofast_out=plugins=grpc:. -I=. *.proto