Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com>

This commit is contained in:
arraykeys@gmail.com
2018-06-19 14:09:18 +08:00
parent 4709ccfca4
commit 09158ebaa2
2 changed files with 2 additions and 2 deletions

View File

@ -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. PR needs to explain what changes have been made and why you change them.
### How to use the source code? ### 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` `go get github.com/snail007/goproxy`
use command cd to enter your go SRC directory use command cd to enter your go SRC directory
then cd to enter `github.com/snail007/goproxy`. then cd to enter `github.com/snail007/goproxy`.

View File

@ -1124,7 +1124,7 @@ fast3`--nodelay=1 --interval=10 --resend=2 --nc=1`
pr的时候需要说明做了什么变更,原因是什么. pr的时候需要说明做了什么变更,原因是什么.
### 如何使用源码? ### 如何使用源码?
建议go1.8.5,不保证>=1.9能用. 建议go1.10.1.
`go get github.com/snail007/goproxy` `go get github.com/snail007/goproxy`
cd进入你的go src目录 cd进入你的go src目录
cd进入`github.com/snail007/goproxy`即可. cd进入`github.com/snail007/goproxy`即可.