mirror of
https://github.com/golang/go
synced 2024-11-23 00:40:08 -07:00
Reword following review.
This commit is contained in:
parent
64ea1adb04
commit
deda4c858b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user