var os/exec.ErrNotFound
5 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}
github.com/go-git/go-git/v5/plumbing/transport/file
client.go#L88: if e, ok := err.(*exec.Error); ok && e.Err == exec.ErrNotFound {
github.com/mitchellh/go-homedir
homedir.go#L118: if err != exec.ErrNotFound {
internal/execabs
execabs.go#L22: var ErrNotFound = exec.ErrNotFound
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |