mfer/mfer
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
..
builder_test.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
builder.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
checker_test.go Move checker package into mfer package 2025-12-18 01:28:35 -08:00
checker.go Move checker package into mfer package 2025-12-18 01:28:35 -08:00
constants.go Add version line after banner with release date 2025-12-17 15:23:55 -08:00
deserialize.go Remove unused legacy manifest APIs 2025-12-17 17:16:35 -08:00
manifest.go Remove unused legacy manifest APIs 2025-12-17 17:16:35 -08:00
mf.go latest 2024-05-22 14:25:35 -07:00
mf.pb.go Replace gzip with zstd compression 2025-12-17 14:49:30 -08:00
mf.proto Replace gzip with zstd compression 2025-12-17 14:49:30 -08:00
scanner_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
scanner.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
serialize.go Replace gzip with zstd compression 2025-12-17 14:49:30 -08:00
url.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00