From 8ab0f09456000ee4391b4463b1341ad927313403 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 02:38:07 +0200 Subject: Remove unused struct field --- src/i18n.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i18n.go') 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 ( -- cgit v1.2.3