diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-20 17:05:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-20 17:05:49 +0200 |
commit | 4abc164fcb8cb3aec2eb343cb1f36001ca6c76bf (patch) | |
tree | e7b67319ccc7b32341ae4e8d21d520e1770c89b7 /src | |
parent | 41aa904e336a7351ea0e7e85007d52de554e8765 (diff) |
Remove TODO
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go index 2ade439..dac7c5e 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -221,7 +221,6 @@ func (p Printer) Date(d time.Time) string { return d.Format(p.Locale.dateFmt) } -/* TODO: Try to use a decimal type here */ func (p Printer) M(val float64, round bool) string { var valstr string |