var os.ErrInvalid
9 uses
os (current package)
dir.go#L39: return nil, ErrInvalid
dir.go#L68: return nil, ErrInvalid
dir.go#L96: return nil, ErrInvalid
error.go#L20: ErrInvalid = fs.ErrInvalid // "invalid argument"
file.go#L638: return nil, &PathError{Op: "open", Path: name, Err: ErrInvalid}
file_posix.go#L23: return ErrInvalid
file_posix.go#L231: return ErrInvalid
stat_unix.go#L17: return nil, ErrInvalid
github.com/go-git/go-git/v5/plumbing/format/packfile
packfile.go#L565: var errInvalidUnix = os.ErrInvalid.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. |