diff options
Diffstat (limited to 'numfmt.go')
-rw-r--r-- | numfmt.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,9 +33,9 @@ type languageInfo struct { type numberFormat struct { section []nfp.Section t time.Time - sectionIdx int - isNumeric, hours, seconds bool - number float64 + sectionIdx int + isNumeric, hours, seconds bool + number float64 ap, afterPoint, beforePoint, localCode, result, value, valueSectionType string } |