From 1fadc392ccaefd76ef7be5b685fb3889dbee27c6 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Fri, 28 Jan 2022 14:32:56 -0800
Subject: [PATCH] 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
---
doc/go1.18.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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.