Skip to content

Commit f83c44e

Browse files
committed
doc: clarify default go command behavior in the release notes
Change-Id: I2a0bd295ad9737581d149a7165191b878ae2acda Reviewed-on: https://go-review.googlesource.com/c/go/+/181880 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 683ffe0 commit f83c44e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/go1.13.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ <h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.13</h2>
2525
</p>
2626

2727
<p>
28-
As of Go 1.13, the go command downloads and authenticates modules using
29-
the Go module mirror and Go checksum database run by Google. See
28+
As of Go 1.13, the go command by default downloads and authenticates
29+
modules using the Go module mirror and Go checksum database run by Google. See
3030
<a href="https://proxy.golang.org/privacy">https://proxy.golang.org/privacy</a>
3131
for privacy information about these services and the
3232
<a href="/cmd/go/#hdr-Module_downloading_and_verification">go command documentation</a>
33-
for configuration details.
33+
for configuration details including how to disable the use of these servers or use
34+
different ones.
3435
</p>
3536

3637
<p>

0 commit comments

Comments
 (0)