no log confusing to read
All checks were successful
cicd / ci (push) Successful in 1m6s

This commit is contained in:
Bel LaPointe
2026-01-31 11:30:08 -07:00
parent 03b9a6d1f1
commit b2954c0461

View File

@@ -411,7 +411,7 @@ func Main() {
},
)
if len(matches) == 0 {
log.Printf("%s %s %s", strings.Join(dates, "="), desc, amount)
fmt.Printf("%s %s %s\n", strings.Join(dates, "="), desc, amount)
}
}