initial commit

This commit is contained in:
Karol Broda
2025-12-16 22:42:49 +01:00
commit 371f4d13a6
61 changed files with 6872 additions and 0 deletions

18
cmd/testdata/golden/README.md vendored Normal file
View File

@@ -0,0 +1,18 @@
# Golden Files
This directory contains golden files for output contract verification tests.
These files are automatically generated and should not be edited manually.
To regenerate them, run:
go test ./cmd -update-golden
## Files
- *_table.golden: Table format output
- *_json.golden: JSON format output
- *_csv.golden: CSV format output
- *_wide.golden: Wide table format output
- stats_*.golden: Statistics command output
Each file represents expected output for specific test scenarios.