aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatie Hockman <katie@golang.org>2019-08-26 12:57:09 -0400
committerKatie Hockman <katie@golang.org>2019-08-26 17:45:51 +0000
commit8eecefd58d7452de906bcfff2f2247a37fd5f2b5 (patch)
tree72bf5ac65ebae3ba4dd1bae52e57f3423e0dc1a2
parentea9edabf4459f2f0aa689427c4f60c18d45cdde5 (diff)
downloadgo-8eecefd58d7452de906bcfff2f2247a37fd5f2b5.tar.gz
go-8eecefd58d7452de906bcfff2f2247a37fd5f2b5.zip
[release-branch.go1.13] doc/go1.13: add information about using private modules to the introduction
Updates #33796 Fixes #33846 Change-Id: I9f6837be96410e96d004523c48bef95ee1427484 Reviewed-on: https://go-review.googlesource.com/c/go/+/191746 Reviewed-by: Bryan C. Mills <bcmills@google.com> (cherry picked from commit 989409f5279df7394faa1c3f66ef00a418f6c888) Reviewed-on: https://go-review.googlesource.com/c/go/+/191749 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.13.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.13.html b/doc/go1.13.html
index 5961890676..dcbe12ed42 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -31,7 +31,8 @@ Do not send CLs removing the interior tags from such phrases.
for privacy information about these services and the
<a href="/cmd/go/#hdr-Module_downloading_and_verification">go command documentation</a>
for configuration details including how to disable the use of these servers or use
- different ones.
+ different ones. If you depend on non-public modules, see the
+ <a href="/cmd/go/#hdr-Module_configuration_for_non_public_modules">documentation for configuring your environment</a>.
</p>
<h2 id="language">Changes to the language</h2>