From 2c726e551d90d20bcd2d78545c369864cc9038e5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 01:32:41 +0200 Subject: Use CSV’s for mintages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/templates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/templates.go') diff --git a/src/templates.go b/src/templates.go index 2cee22e..f6413d9 100644 --- a/src/templates.go +++ b/src/templates.go @@ -13,7 +13,7 @@ import ( type templateData struct { Printer Printer Code, Type string - Mintages mintage.Data + Mintages [3]mintage.Data Countries []country } @@ -86,7 +86,7 @@ func templateMakeTuple(args ...any) []any { func strToCtype(s string) int { switch s { case "nifc": - return mintage.TypeNIFC + return mintage.TypeNifc case "proof": return mintage.TypeProof default: -- cgit v1.2.3