var os.ErrNotExist
13 uses
os (current package)
error.go#L24: ErrNotExist = fs.ErrNotExist // "file does not exist"
error.go#L93: return underlyingErrorIs(err, ErrNotExist)
github.com/golang-migrate/migrate/v4
migrate.go#L597: ret <- os.ErrNotExist
migrate.go#L658: ret <- os.ErrNotExist
migrate.go#L810: return os.ErrNotExist
github.com/golang-migrate/migrate/v4/source/file
file.go#L90: return 0, &os.PathError{Op: "first", Path: f.path, Err: os.ErrNotExist}
file.go#L97: return 0, &os.PathError{Op: fmt.Sprintf("prev for version %v", version), Path: f.path, Err: os.ErrNotExist}
file.go#L104: return 0, &os.PathError{Op: fmt.Sprintf("next for version %v", version), Path: f.path, Err: os.ErrNotExist}
file.go#L115: return nil, "", &os.PathError{Op: fmt.Sprintf("read version %v", version), Path: f.path, Err: os.ErrNotExist}
file.go#L126: return nil, "", &os.PathError{Op: fmt.Sprintf("read version %v", version), Path: f.path, Err: os.ErrNotExist}
go.opencensus.io/zpages/internal
resources.go#L45: return nil, os.ErrNotExist
resources.go#L53: return nil, os.ErrNotExist
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L496: return nil, os.ErrNotExist
 |
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. |