File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ <h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.13</h2>
25
25
</ p >
26
26
27
27
< 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
30
30
< a href ="https://proxy.golang.org/privacy "> https://proxy.golang.org/privacy</ a >
31
31
for privacy information about these services and the
32
32
< 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.
34
35
</ p >
35
36
36
37
< p >
You can’t perform that action at this time.
0 commit comments