From e0d39c56ea4451300b61cd6e590c651f09470118 Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Sat, 20 Jun 2026 22:39:14 +0200 Subject: [PATCH] Adding a new parameter to the Minter struct --- internal/utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/utils.go b/internal/utils.go index e18621e..87667cb 100644 --- a/internal/utils.go +++ b/internal/utils.go @@ -17,6 +17,7 @@ type Minter struct { total int prefix string mask string + template string } func (m *Minter) initCounters() {