Skip to content

Commit 8fa9db7

Browse files
committed
genproto commit
1 parent bc357a4 commit 8fa9db7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

genproto.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#Generate pb files from proto.proto in ../pb folder
3+
4+
ATH=$PATH:$GOPATH/bin
5+
protodir=../pb
6+
7+
protoc --go_out=plugins=grpc:pb -I $protodir $protodir/proto.proto

0 commit comments

Comments
 (0)