diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 02:38:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 02:38:07 +0200 |
commit | 8ab0f09456000ee4391b4463b1341ad927313403 (patch) | |
tree | e5d30997bfdc343c36e14f1df59b9a37d7a2f705 /src | |
parent | df75794b3f3ae6f5533b229c3b593e44fabec3fa (diff) |
Remove unused struct field
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go index ea2b80b..e5b9472 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -23,7 +23,7 @@ type Printer struct { type locale struct { Bcp, Name string Eurozone, Enabled bool - dateFmt, moneyFmt string + dateFmt string } var ( |