```C
go: finding github.com/devfeel/middleware latest
go: finding github.com/devfeel/dotweb v1.7.9
go: downloading github.com/devfeel/dotweb v1.7.9
go: extracting github.com/devfeel/dotweb v1.7.9
```
如果set GO111MODULE=off
又提示找不到package
```C
cannot find package "github.com/devfeel/middleware/cors" in any of:
\go113\src\github.com\devfeel\middleware\cors (from $GOROOT)
\gopath\src\github.com\devfeel\middleware\cors (from $GOPATH)
```
能否实现go get时更新 平时调试就用本地的gopath
有疑问加站长微信联系(非本文作者)