go-common/app/job/main/member/model/pro.sh
2019-04-22 18:49:16 +08:00

8 lines
169 B
Bash

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