mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
doc/go1.16: fix typo
For #40700 Change-Id: Idea442d45d18ca8cedc0b160df23eac6b86755ef Reviewed-on: https://go-review.googlesource.com/c/go/+/275677 Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
parent
ac0ba6707c
commit
7f9a2bc2bc
@ -194,7 +194,7 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
The <code>go</code> <code>get</code> <code>-insecure</code> flag is
|
||||
deprecated and will be removed in a future version. This flag permits
|
||||
fetching from repositories and resolving custom domains using insecure
|
||||
schemes such as HTTP, and also bypassess module sum validation using the
|
||||
schemes such as HTTP, and also bypasses module sum validation using the
|
||||
checksum database. To permit the use of insecure schemes, use the
|
||||
<code>GOINSECURE</code> environment variable instead. To bypass module
|
||||
sum validation, use <code>GOPRIVATE</code> or <code>GONOSUMDB</code>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user