From: Katie Hockman Date: Mon, 26 Aug 2019 16:57:09 +0000 (-0400) Subject: doc/go1.13: add information about using private modules to the introduction X-Git-Tag: go1.14beta1~1369 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=989409f5279df7394faa1c3f66ef00a418f6c888;p=gostls13.git doc/go1.13: add information about using private modules to the introduction Fixes #33796 Change-Id: I9f6837be96410e96d004523c48bef95ee1427484 Reviewed-on: https://go-review.googlesource.com/c/go/+/191746 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.13.html b/doc/go1.13.html index b195fcde48..bd926542c3 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 go command documentation 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 + documentation for configuring your environment.

Changes to the language