From: Brad Fitzpatrick Date: Thu, 5 Jan 2017 18:35:06 +0000 (+0000) Subject: doc: add go get -insecure change to go1.8.html X-Git-Tag: go1.8rc1~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ea53e61c6c7ba2c7528b3e0a8d4680475897d679;p=gostls13.git doc: add go get -insecure change to go1.8.html Change-Id: I184c86edaaaa71c26bc7360c8b995015f30fe137 Reviewed-on: https://go-review.googlesource.com/34819 Reviewed-by: Russ Cox --- diff --git a/doc/go1.8.html b/doc/go1.8.html index de92e92355..2ac478632e 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -391,6 +391,15 @@ version of gccgo. %USERPROFILE%/go on Windows.

+

Go get

+ +

+ The “go get” command now always respects + HTTP proxy environment variables, regardless of whether + the -insecure flag is used. In previous releases, the + -insecure flag had the side effect of not using proxies. +

+

Go bug