mirror of https://github.com/goproxyio/goproxy
parent
b1757e9945
commit
0e2b5151e8
|
@ -19,7 +19,7 @@ A global proxy for go modules. see: [https://goproxy.io](https://goproxy.io)
|
|||
|
||||
./bin/goproxy -listen=0.0.0.0:80 -cacheDir=/tmp/test
|
||||
|
||||
If you run `go get -v pkg` in the proxy machine, should set a new GOPATH which is not different from the old GOPATH, or mayebe deadlock.
|
||||
If you run `go get -v pkg` in the proxy machine, should set a new GOPATH which is different from the old GOPATH, or mayebe deadlock.
|
||||
See the file test/get_test.sh.
|
||||
|
||||
### Router mode
|
||||
|
|
Loading…
Reference in New Issue