Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + var ErrNotFound = exec.ErrNotFound + func Command(name string, arg ...string) *exec.Cmd + func CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd + func LookPath(file string) (string, error) + type Cmd = exec.Cmd + type Error = exec.Error + type ExitError = exec.ExitError