go/src/cmd/fix
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
..
buildtag.go
buildtag_test.go
cftype.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
cftype_test.go
context.go
context_test.go
doc.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
egltype.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
egltype_test.go
fix.go
gotypes.go
gotypes_test.go
import_test.go
jnitype.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
jnitype_test.go
main.go
main_test.go
netipv6zone.go
netipv6zone_test.go
printerconfig.go
printerconfig_test.go
typecheck.go all: use os/exec instead of internal/execabs 2022-05-02 17:49:12 +00:00