mirror of https://github.com/milvus-io/milvus.git
Add export path
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/4973/head^2
parent
c10cf9bf8f
commit
7479aedf07
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue