From 504ed26fe39b8c4c183d9d6a09feaafcddaa2c1a Mon Sep 17 00:00:00 2001 From: kun Date: Fri, 26 Feb 2021 21:26:59 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe71ad..b885591 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ 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 different from the old GOPATH, or mayebe deadlock. - See the file test/get_test.sh. +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