var os/exec.ErrNotFound

2 uses

	os/exec (current package)
		lp_unix.go#L18: var ErrNotFound = errors.New("executable file not found in $PATH")
		lp_unix.go#L58: 	return "", &Error{file, ErrNotFound}