From 09158ebaa2144bbbed5a1006ae294cae2686c664 Mon Sep 17 00:00:00 2001 From: "arraykeys@gmail.com" Date: Tue, 19 Jun 2018 14:09:18 +0800 Subject: [PATCH] Signed-off-by: arraykeys@gmail.com --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ce5e02..c3074ff 100644 --- a/README.md +++ b/README.md @@ -1079,7 +1079,7 @@ Finally, Pull Request to dev branch of goproxy project, and contribute code for PR needs to explain what changes have been made and why you change them. ### How to use the source code? -Recommend go1.8.5, which does not guarantee that version >=1.9 can be used. +Recommend go1.10.1. `go get github.com/snail007/goproxy` use command cd to enter your go SRC directory then cd to enter `github.com/snail007/goproxy`. diff --git a/README_ZH.md b/README_ZH.md index 613e08b..89b7b76 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1124,7 +1124,7 @@ fast3:`--nodelay=1 --interval=10 --resend=2 --nc=1` pr的时候需要说明做了什么变更,原因是什么. ### 如何使用源码? -建议go1.8.5,不保证>=1.9能用. +建议go1.10.1. `go get github.com/snail007/goproxy` cd进入你的go src目录 cd进入`github.com/snail007/goproxy`即可.