mfer/internal
clawbot 68fbebd0c5 fix: use os.ErrNotExist instead of errors.New() for file-not-found detection in checkers
errors.Is(err, errors.New("file does not exist")) can never match because
errors.New creates a unique value each time. Replace with os.ErrNotExist
which is the standard Go sentinel for file-not-found errors.

Fixes both mfer/checker.go and internal/checker/checker.go.
2026-02-08 12:02:31 -08:00
..
bork next (#5) 2022-12-09 00:02:33 +00:00
checker fix: use os.ErrNotExist instead of errors.New() for file-not-found detection in checkers 2026-02-08 12:02:31 -08:00
cli progress 2026-02-08 09:25:58 -08:00
log Show only filename (not full path) in debug log caller info 2025-12-17 16:21:06 -08:00
scanner progress 2026-02-08 09:25:58 -08:00