From: Ian Lance Taylor Date: Fri, 28 Jan 2022 22:32:56 +0000 (-0800) Subject: doc/go1.18: in workspace mode doc, link to "go work" docs X-Git-Tag: go1.18beta2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1fadc392ccaefd76ef7be5b685fb3889dbee27c6;p=gostls13.git doc/go1.18: in workspace mode doc, link to "go work" docs For #45713 For #47694 Change-Id: I6f615c07749fca49c19f2ae22f79971c29aa8183 Reviewed-on: https://go-review.googlesource.com/c/go/+/381779 Trust: Ian Lance Taylor Reviewed-by: Michael Matloob --- diff --git a/doc/go1.18.html b/doc/go1.18.html index fb9e685c69..7db56a46de 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -312,7 +312,9 @@ Do not send CLs removing the interior tags from such phrases. In workspace mode, the go.work file will be used to determine the set of main modules used as the roots for module resolution, instead of using the normally-found go.mod - file to specify the single main module. + file to specify the single main module. For more information see the + go work + documentation.