Add export path

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/4973/head^2
zhenshan.cao 2020-09-10 20:23:51 +08:00 committed by yefu.chen
parent c10cf9bf8f
commit 7479aedf07
1 changed files with 4 additions and 0 deletions

View File

@ -41,8 +41,12 @@ if [ -z $GOPATH ]; then
exit 1
fi
export PATH=${GOPATH}/bin:$PATH
echo `which protoc-gen-go`
GO_PREFIX_PATH=github.com/czs007/suvlim/pkg
function collect() {
file=$(basename $1)
base_name=$(basename $file ".proto")