feat(go/M2.5): port domain/money.ParseCZK #7
Reference in New Issue
Block a user
Delete Branch "feat/m2-5-money-parse-czk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
go/internal/domain/moneypackage withParseCZK(string) (float64, error)ported fromscripts/infer_payments.pyparse_czk_amount."1.500"→1.5).(0, ErrInvalidAmount)on parse failure; callers wanting Python's silent-zero contract usev, _ := ParseCZK(s).Test plan
cd go && go test ./internal/domain/money/...greenmake go-lintcleanmake go-buildsucceeds🤖 Generated with Claude Code