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)
/* sort exporteds by: | */
type Cmd = exec.Cmd (struct)
type Error = exec.Error (struct)
Package-Level Functions (total 5, in which 3 are exported)
func Command(name string, arg ...string) *exec.Cmd
Package-Level Variables (only one, which is exported)