From: Katie Hockman Date: Wed, 12 Jun 2019 21:50:55 +0000 (-0400) Subject: doc: clarify default go command behavior in the release notes X-Git-Tag: go1.13beta1~76 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f83c44e031ebf1c85d4179cf7174fe89162d654a;p=gostls13.git 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 --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 0fe8499f3a..f6df9e07e5 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -25,12 +25,13 @@ Do not send CLs removing the interior tags from such phrases.

- As of Go 1.13, the go command downloads and authenticates modules using - the Go module mirror and Go checksum database run by Google. See + As of Go 1.13, the go command by default downloads and authenticates + modules using the Go module mirror and Go checksum database run by Google. See https://proxy.golang.org/privacy for privacy information about these services and the go command documentation - for configuration details. + for configuration details including how to disable the use of these servers or use + different ones.