aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2023-08-09 08:50:41 -0400
committerGopher Robot <gobot@golang.org>2023-08-14 12:51:16 +0000
commit98bacdeafe089f917d98d2151694568e4a25a4c3 (patch)
treec698d5aed9c730b63cbbdd8c009a650fbdfb1f0c /src/cmd/dist
parentac64a3628b54f47dc3aa84fc4527fd753db7b834 (diff)
downloadgo-98bacdeafe089f917d98d2151694568e4a25a4c3.tar.gz
go-98bacdeafe089f917d98d2151694568e4a25a4c3.zip
internal/coverage: separate out cmd defs to separate package
Relocate the definitions in cmddefs.go (used by the compiler and the cover tool) to a separate package "covcmd". No change in functionality, this is a pure refactoring, in preparation for a subsequent change that will require updating the imports for the package. Change-Id: Ic1d277c94d9a574de0a11ec5ed77e892302b9a47 Reviewed-on: https://go-review.googlesource.com/c/go/+/517696 TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Than McIntosh <thanm@google.com> Run-TryBot: Than McIntosh <thanm@google.com> Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/cmd/dist')
-rw-r--r--src/cmd/dist/buildtool.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
index 0c2f51029a..de68f11025 100644
--- a/src/cmd/dist/buildtool.go
+++ b/src/cmd/dist/buildtool.go
@@ -63,6 +63,7 @@ var bootstrapDirs = []string{
"go/constant",
"internal/abi",
"internal/coverage",
+ "internal/coverage/covcmd",
"internal/bisect",
"internal/buildcfg",
"internal/goarch",