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

Further wording improvements.

This commit is contained in:
witchard 2020-09-25 15:08:37 +01:00
parent 3775614ddf
commit db6d3c835b
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ Do not send CLs removing the interior tags from such phrases.
fetching from repositories and resolving custom domains using insecure
schemes such as HTTP, and also bypassess module sum validation using the
checksum database. To permit the use of insecure schemes, use the
<code>GOINSECURE</code> environment variable instead. To disable module
<code>GOINSECURE</code> environment variable instead. To bypass module
sum validation, use <code>GOPRIVATE</code> or <code>GONOSUMDB</code>.
See <code>go</code> <code>help</code> <code>environment</code> for details.
</p>

View File

@ -666,7 +666,7 @@
// module sum validation using the checksum database. Use with caution.
// This flag is deprecated and will be removed in a future version of go.
// To permit the use of insecure schemes, use the GOINSECURE environment
// variable instead. To disable module sum validation, use GOPRIVATE or
// variable instead. To bypass module sum validation, use GOPRIVATE or
// GONOSUMDB. See 'go help environment' for details.
//
// The second step is to download (if needed), build, and install

View File

@ -119,7 +119,7 @@ custom domains using insecure schemes such as HTTP, and also bypassess
module sum validation using the checksum database. Use with caution.
This flag is deprecated and will be removed in a future version of go.
To permit the use of insecure schemes, use the GOINSECURE environment
variable instead. To disable module sum validation, use GOPRIVATE or
variable instead. To bypass module sum validation, use GOPRIVATE or
GONOSUMDB. See 'go help environment' for details.
The second step is to download (if needed), build, and install