]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add tools to "all"
authorConrad Irwin <conrad.irwin@gmail.com>
Fri, 19 Jul 2024 03:37:57 +0000 (21:37 -0600)
committerMichael Matloob <matloob@golang.org>
Tue, 24 Sep 2024 17:47:41 +0000 (17:47 +0000)
commit2f24fdde4ee777d5e4686ea83dd5f1bd56a15340
tree31fc1a2855d9da348b938a9957b9c1c67e57aec9
parente3cbda934ce5fa42b324f2042c5ee30a2a2e7c8c
cmd/go: add tools to "all"

Packages referenced by tool lines in go.mod files will now be included
in the module graph for the new "tool" package pattern and the "all"
package pattern.

For golang/go#48429

Change-Id: I128f6a50880814bd5395674426c9a7ee2ddc19bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/521959
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/internal/modload/init.go
src/cmd/go/internal/modload/load.go
src/cmd/go/internal/search/search.go
src/cmd/go/testdata/script/list_tool.txt [new file with mode: 0644]