go/src/cmd/cover
Russ Cox d922c0a8f5 all: use os/exec instead of internal/execabs
We added internal/execabs back in January 2021 in order to fix
a security problem caused by os/exec's handling of the current
directory. Now that os/exec has that code, internal/execabs is
superfluous and can be deleted.

This commit rewrites all the imports back to os/exec and
deletes internal/execabs.

For #43724.

Change-Id: Ib9736baf978be2afd42a1225e2ab3fd5d33d19df
Reviewed-on: https://go-review.googlesource.com/c/go/+/381375
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2022-05-02 17:49:12 +00:00
..
testdata all: use os/exec instead of internal/execabs 2022-05-02 17:49:12 +00:00
cover.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
cover_test.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
doc.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
func.go all: use os/exec instead of internal/execabs 2022-05-02 17:49:12 +00:00
html.go cmd/cover: use golang.org/x/tools/cover directly 2021-03-25 20:57:58 +00:00
pkgname_test.go