]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: in workspace mode doc, link to "go work" docs
authorIan Lance Taylor <iant@golang.org>
Fri, 28 Jan 2022 22:32:56 +0000 (14:32 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 Jan 2022 23:08:40 +0000 (23:08 +0000)
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>
doc/go1.18.html

index fb9e685c69695ab744e74e9fbfab25d4b7920329..7db56a46de2e607a7e520a4fcf12feccdc39efe0 100644 (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 -->