From d36452eb560b4cf42c67be4b59d3f09c9df8d014 Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Tue, 11 Jun 2019 15:12:54 -0400 Subject: [PATCH] doc: add release notes describing the default mirror and sumdb Change-Id: I4923f0726ae0261a7c7b0f85e7433ae0f605c123 Reviewed-on: https://go-review.googlesource.com/c/go/+/181738 Reviewed-by: Bryan C. Mills --- doc/go1.13.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/go1.13.html b/doc/go1.13.html index 7bcc8af32c..10f63882bf 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -24,6 +24,15 @@ 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 + https://proxy.golang.org/privacy + for privacy information about these services and the + go command documentation + for configuration details. +

+

TODO

-- 2.50.0