Adding a new parameter to the Minter struct
This commit is contained in:
@@ -17,6 +17,7 @@ type Minter struct {
|
||||
total int
|
||||
prefix string
|
||||
mask string
|
||||
template string
|
||||
}
|
||||
|
||||
func (m *Minter) initCounters() {
|
||||
|
||||
Reference in New Issue
Block a user