Skip to content

Commit 8eecefd

Browse files
committed
[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 <[email protected]> (cherry picked from commit 989409f) Reviewed-on: https://go-review.googlesource.com/c/go/+/191749 Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent ea9edab commit 8eecefd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.13.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ <h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.13</h2>
3131
for privacy information about these services and the
3232
<a href="/cmd/go/#hdr-Module_downloading_and_verification">go command documentation</a>
3333
for configuration details including how to disable the use of these servers or use
34-
different ones.
34+
different ones. If you depend on non-public modules, see the
35+
<a href="/cmd/go/#hdr-Module_configuration_for_non_public_modules">documentation for configuring your environment</a>.
3536
</p>
3637

3738
<h2 id="language">Changes to the language</h2>

0 commit comments

Comments
 (0)