From ea53e61c6c7ba2c7528b3e0a8d4680475897d679 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 5 Jan 2017 18:35:06 +0000 Subject: [PATCH] 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 --- doc/go1.8.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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

-- 2.50.0