mfer/internal/cli
sneak 92bd13efde Fix all linter errors
- Add explicit error ignoring with _ = for Close/Remove calls
- Rename WriteTo to Write to avoid io.WriterTo interface conflict
- Fix errcheck warnings in fetch, freshen, gen, mfer, checker,
  deserialize, serialize, and output files
2025-12-17 14:37:52 -08:00
..
check.go Change FileProgress callback to channel-based progress 2025-12-17 14:30:10 -08:00
entry_test.go Add testable CLI with dependency injection and new scanner/checker packages 2025-12-17 11:00:55 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go Fix all linter errors 2025-12-17 14:37:52 -08:00
fetch.go Fix all linter errors 2025-12-17 14:37:52 -08:00
freshen_test.go Change FileProgress callback to channel-based progress 2025-12-17 14:30:10 -08:00
freshen.go Fix all linter errors 2025-12-17 14:37:52 -08:00
gen.go Fix all linter errors 2025-12-17 14:37:52 -08:00
mfer.go Fix all linter errors 2025-12-17 14:37:52 -08:00