export GO111MODULE
This commit is contained in:
parent
1e05be4eec
commit
7ef118c9f2
|
@ -15,7 +15,7 @@ Nightingale user manual: [https://n9e.didiyun.com/](https://n9e.didiyun.com/)
|
|||
mkdir -p $GOPATH/src/github.com/didi
|
||||
cd $GOPATH/src/github.com/didi
|
||||
git clone https://github.com/didi/nightingale.git
|
||||
cd nightingale && ./control build
|
||||
cd nightingale && export GO111MODULE=on && ./control build
|
||||
```
|
||||
|
||||
## Team
|
||||
|
|
|
@ -15,7 +15,7 @@ Nightingale是一套衍生自Open-Falcon的互联网监控解决方案,融入
|
|||
mkdir -p $GOPATH/src/github.com/didi
|
||||
cd $GOPATH/src/github.com/didi
|
||||
git clone https://github.com/didi/nightingale.git
|
||||
cd nightingale && ./control build
|
||||
cd nightingale && export GO111MODULE=on && ./control build
|
||||
```
|
||||
|
||||
## 团队
|
||||
|
|
Loading…
Reference in New Issue