1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:10:03 -07:00

Reword following review.

This commit is contained in:
witchard 2020-09-22 19:01:13 +01:00
parent 64ea1adb04
commit deda4c858b

View File

@ -75,12 +75,13 @@ Do not send CLs removing the interior tags from such phrases.
</p>
<p><!-- golang.org/issue/37519 -->
The <code>go get -insecure</code> flag is deprecated and will be removed
in a future version. The <code>GOINSECURE</code> environment variable is
usually a better alternative, since it provides control over which modules
may be retrieved using an insecure scheme. It should be noted that the
<code>-insecure</code> flag also turns the module checksum validation off.
<code>GOINSECURE</code>does not do that, use <code>GONOSUMDB</code>.
The <code>go</code> <code>get</code> <code>-insecure</code> flag is
deprecated and will be removed in a future version. The <code>GOINSECURE</code>
environment variable should be used instead, since it provides control
over which modules may be retrieved using an insecure scheme. Unlike the
<code>-insecure</code> flag, <code>GOINSECURE</code> does not disable module
sum validation using the checksum database. The <code>GOPRIVATE</code> or
<code>GONOSUMDB</code> environment variables may be used instead.
</p>
<h4 id="all-pattern">The <code>all</code> pattern</h4>