generate_proto.sh 247 B

12345
  1. gopath="$GOPATH/src"
  2. protobuf_path="$gopath/go-common/vendor/github.com/gogo/protobuf"
  3. echo $protobuf_path
  4. ls "$gopath/go-common/vendor/github.com/gogo/protobuf/gogoproto/"
  5. protoc --gofast_out=".." -I"../" -I"$gopath/go-common/vendor/" ../*.proto