use vendor

This commit is contained in:
canghai809 2020-03-26 22:52:41 +08:00
parent 16d505c622
commit 7c19fc22b0
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ mkdir -p $GOPATH/src/github.com/didi
cd $GOPATH/src/github.com/didi
git clone https://github.com/didi/nightingale.git
cd nightingale
# export env[GOPROXY] if your network is not good
# export GOPROXY=https://mirrors.aliyun.com/goproxy/
./control build
```