Skip to content

Commit

Permalink
doc/go1.18: in workspace mode doc, link to "go work" docs
Browse files Browse the repository at this point in the history
For #45713
For #47694

Change-Id: I6f615c07749fca49c19f2ae22f79971c29aa8183
Reviewed-on: https://go-review.googlesource.com/c/go/+/381779
Trust: Ian Lance Taylor <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>
  • Loading branch information
ianlancetaylor committed Jan 28, 2022
1 parent b37c6e1 commit 1fadc39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/go1.18.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ <h3 id="go-command">Go command</h3>
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 -->
Expand Down

0 comments on commit 1fadc39

Please sign in to comment.