]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/workcmd: remove a potentially confusing statement
authorMichael Matloob <matloob@golang.org>
Mon, 1 Jul 2024 18:13:21 +0000 (14:13 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 1 Jul 2024 19:41:15 +0000 (19:41 +0000)
commit94982a07825aec711f11c97283e99e467838d616
treea74c8db17700b509367d5a27330088f6543b4c08
parentf71c00b6165177dbcc5d40ff5f4731d297ee6090
cmd/go/internal/workcmd: remove a potentially confusing statement

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.

For #68245

Change-Id: I7f6646b5dd05c18aa15e0e54f2816753f318404e
Reviewed-on: https://go-review.googlesource.com/c/go/+/595536
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/workcmd/use.go