pro.sh 169 B

1234567
  1. #! /bin/sh
  2. # proto.sh
  3. gopath=$GOPATH/src
  4. gogopath=$GOPATH/src/go-common/vendor/github.com/gogo/protobuf
  5. protoc --gofast_out=. --proto_path=$gopath:$gogopath:. *.proto