From: Katie Hockman
Date: Tue, 11 Jun 2019 19:12:54 +0000 (-0400)
Subject: doc: add release notes describing the default mirror and sumdb
X-Git-Tag: go1.13beta1~94
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d36452eb560b4cf42c67be4b59d3f09c9df8d014;p=gostls13.git
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
---
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