]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.13: add information about using private modules to the introduction
authorKatie Hockman <katie@golang.org>
Mon, 26 Aug 2019 16:57:09 +0000 (12:57 -0400)
committerKatie Hockman <katie@golang.org>
Mon, 26 Aug 2019 17:30:55 +0000 (17:30 +0000)
Fixes #33796

Change-Id: I9f6837be96410e96d004523c48bef95ee1427484
Reviewed-on: https://go-review.googlesource.com/c/go/+/191746
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.13.html

index b195fcde48036cf8a71b7dc0dde7299a30582649..bd926542c3de6a584182de83ecdc256f7f3339b7 100644 (file)
@@ -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>