We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23573d0 commit 64ea1adCopy full SHA for 64ea1ad
doc/go1.16.html
@@ -74,6 +74,15 @@ <h3 id="go-command">Go command</h3>
74
that is still considered to be a passing test.
75
</p>
76
77
+<p><!-- golang.org/issue/37519 -->
78
+ The <code>go get -insecure</code> flag is deprecated and will be removed
79
+ in a future version. The <code>GOINSECURE</code> environment variable is
80
+ usually a better alternative, since it provides control over which modules
81
+ may be retrieved using an insecure scheme. It should be noted that the
82
+ <code>-insecure</code> flag also turns the module checksum validation off.
83
+ <code>GOINSECURE</code>does not do that, use <code>GONOSUMDB</code>.
84
+</p>
85
+
86
<h4 id="all-pattern">The <code>all</code> pattern</h4>
87
88
<p><!-- golang.org/cl/240623 -->
0 commit comments