Consolidate scanner/checker: delete internal/ duplicates, use mfer/ package #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 1 item from #10
There are two parallel implementations:
mfer/scanner.go+mfer/checker.go(typed withFileSize,RelFilePath) — superior versionsinternal/scanner/+internal/checker/(rawint64,string) — older, less type-safeThe
mfer/package versions should be canonical. Deleteinternal/scanner/andinternal/checker/, then update the CLI code incmd/to use themfer/package directly.This reduces code duplication and ensures a single source of truth for scanning and checking logic.