aboutsummaryrefslogtreecommitdiff
path: root/src/internal/execabs/execabs.go
AgeCommit message (Expand)Author
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker