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 <iant@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
Ian Lance Taylor 2022-01-28 14:32:56 -08:00
parent b37c6e1547
commit 1fadc392cc

View file

@ -312,7 +312,9 @@ Do not send CLs removing the interior tags from such phrases.
In workspace mode, the <code>go.work</code> file will be used to
determine the set of main modules used as the roots for module
resolution, instead of using the normally-found <code>go.mod</code>
file to specify the single main module.
file to specify the single main module. For more information see the
<a href="/pkg/cmd/go#hdr-Workspace_maintenance"><code>go work</code></a>
documentation.
</p>
<p><!-- CL 251441 -->