refactor: Replaced fmt.printf calls with fmt.eprintf.

This commit is contained in:
2026-06-25 17:19:11 -04:00
parent ad3de74e35
commit 13e9495642
4 changed files with 53 additions and 55 deletions

View File

@@ -26,11 +26,9 @@
13. Test all cmds / terminal branches.
14. Fix error messages to use fmt.eprintf (stderr) instead of fmt.printf (stdout)
14. Pass allocator to findr?
15. Pass allocator to findr?
16. Update `read_wire_string` to use a slice.
15. Update `read_wire_string` to use a slice.
## Double-check AI output