]> Cypherpunks.ru repositories - gostls13.git/commit
internal,cmd/internal: relocate covcmd package from std to cmd
authorThan McIntosh <thanm@google.com>
Thu, 7 Sep 2023 15:06:35 +0000 (11:06 -0400)
committerThan McIntosh <thanm@google.com>
Sat, 30 Sep 2023 16:13:15 +0000 (16:13 +0000)
commit3fb1d95149fa280343581a48547c3c3f70dac5fb
tree9541f16306eb9008c9e6e4a9015522077e262ed0
parent36e75f67ab380f5414ecbf017e14cc4f54d4ca6d
internal,cmd/internal: relocate covcmd package from std to cmd

Relocate the 'covcmd' package from .../internal/coverage to
.../cmd/internal/cov, to reflect the fact that the definitions in this
package are used only in cmd, not in std.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Change-Id: I65bcc34736d1d0a23134a6c91c17ff138cd45431
Reviewed-on: https://go-review.googlesource.com/c/go/+/526595
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/base/flag.go
src/cmd/cover/cfg_test.go
src/cmd/cover/cover.go
src/cmd/dist/buildtool.go
src/cmd/go/internal/work/action.go
src/cmd/go/internal/work/cover.go
src/cmd/go/internal/work/exec.go
src/cmd/internal/cov/covcmd/cmddefs.go [moved from src/internal/coverage/covcmd/cmddefs.go with 100% similarity]
src/go/build/deps_test.go