Create & Init Project...
This commit is contained in:
5
app/job/main/passport-game-cloud/model/proto.sh
Normal file
5
app/job/main/passport-game-cloud/model/proto.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#! /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
|
Reference in New Issue
Block a user