howeyc / ledger

Command line double-entry accounting program
https://howeyc.github.io/ledger/
ISC License
455 stars 43 forks source link

Import fixes #43

Closed porjo closed 1 year ago

porjo commented 1 year ago
nikkon226 commented 1 year ago

Why not use strings.EqualFold for the matching as well? I can't imagine a situation where you would want case sensitive account names.

porjo commented 1 year ago

@nikkon226 good idea - done.

howeyc commented 1 year ago

Looks good, thanks.