package execabs
Import Path
internal/execabs (on go.dev)
Dependency Relation
imports 6 packages, and imported by 2 packages
Involved Source Files
Package execabs is a drop-in replacement for os/exec
that requires PATH lookups to find absolute paths.
That is, execabs.Command("cmd") runs the same PATH lookup
as exec.Command("cmd"), but if the result is a path
which is relative, the Run and Start methods will report
an error instead of running the executable.
Package-Level Type Names (total 3, all are exported)
Package-Level Functions (total 5, in which 3 are exported)
Package-Level Variables (only one, which is exported)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)