aboutsummaryrefslogtreecommitdiff
path: root/_content/ref/mod.md
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2024-07-01 14:19:05 -0400
committerMichael Matloob <matloob@golang.org>2024-07-01 19:41:01 +0000
commit27315b9a84ee261f8052a8fe74e48fbc6bff9e07 (patch)
treef089d84337752df09395ecf7975c4a64274ad5dc /_content/ref/mod.md
parent97c56edbf39ac4976aad3862fbd48c2aaa989a9a (diff)
downloadgo-x-website-27315b9a84ee261f8052a8fe74e48fbc6bff9e07.tar.xz
_content/ref: remove potentially confusing statement in go work use doc
A statement in the go work use docs that was meant to clarify that go work use would clean up use statements where the directories did not exist ended up causing confusion. Remove that statement for now. We might want to add something back in the future. Fixes golang/go#68245 Change-Id: I74b0ebdf7d11e8e03a4e18f58e49ec02a896c091 Reviewed-on: https://go-review.googlesource.com/c/website/+/595997 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Eli Bendersky <eliben@google.com>
Diffstat (limited to '_content/ref/mod.md')
-rw-r--r--_content/ref/mod.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index d222f72e..81606a19 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -2764,8 +2764,7 @@ or removed from the `go.work` file if it does not exist on disk.
The `-r` flag searches recursively for modules in the argument
directories, and the use command operates as if each of the directories
-were specified as arguments: namely, `use` directives will be added for
-directories that exist, and removed for directories that do not exist.
+were specified as arguments.
### `go work sync` {#go-work-sync}