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>
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 -->