update the readme

correct the "not different" to "different"
pull/134/head
Ryan Guo 2020-02-16 22:52:06 +08:00 committed by kun
parent b1757e9945
commit 0e2b5151e8
1 changed files with 1 additions and 1 deletions

View File

@ -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