]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add go get -insecure change to go1.8.html
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 5 Jan 2017 18:35:06 +0000 (18:35 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 5 Jan 2017 18:58:37 +0000 (18:58 +0000)
Change-Id: I184c86edaaaa71c26bc7360c8b995015f30fe137
Reviewed-on: https://go-review.googlesource.com/34819
Reviewed-by: Russ Cox <rsc@golang.org>
doc/go1.8.html

index de92e92355411a35ef4b859a92c33d9551297d77..2ac478632e5dec5e7f6a48c0747e34b49f32c67d 100644 (file)
@@ -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>