Skip to content

Commit

Permalink
Further wording improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
witchard committed Sep 25, 2020
1 parent 3775614 commit db6d3c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/go1.16.html
Expand Up @@ -91,7 +91,7 @@ <h4 id="go-test"><code>go</code> <code>test</code></h4>
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>
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/go/alldocs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmd/go/internal/modget/get.go
Expand Up @@ -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
Expand Down

0 comments on commit db6d3c8

Please sign in to comment.