cli/pkg
Snider bf53270631 refactor(cli): replace stdlib imports with core/go primitives
Replace fmt, errors, path/filepath, strings, and strconv usages with
core/go equivalents where available. Fully removes "errors" and
"path/filepath" imports. Retains fmt (Fprint/Fprintf/Fscanln/Sscanf/Stringer),
strings (Builder/Repeat/LastIndex/NewReplacer/FieldsSeq/SplitSeq), and
strconv (Atoi/ParseUint) where core/go has no equivalent.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-08 11:08:02 +01:00
..
cli refactor(cli): replace stdlib imports with core/go primitives 2026-04-08 11:08:02 +01:00