diff --git a/doc/go1.16.html b/doc/go1.16.html index 11faef11f3e..3c4d2f3059f 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -75,12 +75,13 @@ Do not send CLs removing the interior tags from such phrases.
- The go get -insecure
flag is deprecated and will be removed
- in a future version. The GOINSECURE
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
- -insecure
flag also turns the module checksum validation off.
- GOINSECURE
does not do that, use GONOSUMDB
.
+ The go
get
-insecure
flag is
+ deprecated and will be removed in a future version. The GOINSECURE
+ environment variable should be used instead, since it provides control
+ over which modules may be retrieved using an insecure scheme. Unlike the
+ -insecure
flag, GOINSECURE
does not disable module
+ sum validation using the checksum database. The GOPRIVATE
or
+ GONOSUMDB
environment variables may be used instead.
all
pattern