1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:20:22 -07:00

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 <bcmills@google.com>
This commit is contained in:
Katie Hockman 2019-06-11 15:12:54 -04:00
parent 9f765667d6
commit d36452eb56

View File

@ -24,6 +24,15 @@ Do not send CLs removing the interior tags from such phrases.
</strong>
</p>
<p>
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
<a href="https://proxy.golang.org/privacy">https://proxy.golang.org/privacy</a>
for privacy information about these services and the
<a href="/cmd/go/#hdr-Module_downloading_and_verification">go command documentation</a>
for configuration details.
</p>
<p>
TODO
</p>