aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-01-05 18:35:06 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-01-05 18:58:37 +0000
commitea53e61c6c7ba2c7528b3e0a8d4680475897d679 (patch)
treea804ba263c0b00f050ea2da99a71ca5feceb3bd9
parent7d977e42797aa51a3867dee5a60031becb9a9d40 (diff)
downloadgo-ea53e61c6c7ba2c7528b3e0a8d4680475897d679.tar.gz
go-ea53e61c6c7ba2c7528b3e0a8d4680475897d679.zip
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 <rsc@golang.org>
-rw-r--r--doc/go1.8.html9
1 files changed, 9 insertions, 0 deletions
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.
<code>%USERPROFILE%/go</code> on Windows.
</p>
+<h3 id="go_get">Go get</h3>
+
+<p> <!-- CL 34818 -->
+ The “<code>go</code> <code>get</code>” command now always respects
+ HTTP proxy environment variables, regardless of whether
+ the <code style='white-space:nowrap'>-insecure</code> flag is used. In previous releases, the
+ <code style='white-space:nowrap'>-insecure</code> flag had the side effect of not using proxies.
+</p>
+
<h3 id="go_bug">Go bug</h3>
<p>