mfer/internal/cli
sneak a5b0343b28 Use Go 1.13+ octal literal syntax throughout codebase
Update file permission literals from legacy octal format (0755, 0644)
to explicit Go 1.13+ format (0o755, 0o644) for improved readability.
2025-12-18 01:29:40 -08:00
..
check.go Move checker package into mfer package 2025-12-18 01:28:35 -08:00
entry_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -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 Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
fetch.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
gen.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00