os/exec.Error.Err (field)
4 uses
os/exec (current package)
exec.go#L44: Err error
exec.go#L48: return "exec: " + strconv.Quote(e.Name) + ": " + e.Err.Error()
exec.go#L51: func (e *Error) Unwrap() error { return e.Err }
github.com/go-git/go-git/v5/plumbing/transport/file
client.go#L88: if e, ok := err.(*exec.Error); ok && e.Err == 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. |