type os/exec.Error
7 uses
os/exec (current package)
exec.go#L40: type Error struct {
exec.go#L47: func (e *Error) Error() string {
exec.go#L51: func (e *Error) Unwrap() error { return e.Err }
lp_unix.go#L45: return "", &Error{file, err}
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 {
internal/execabs
execabs.go#L26: Error = exec.Error
![]() |
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. |