Adding a stub for the parseTemplate function
This commit is contained in:
@@ -24,6 +24,10 @@ func (m *Minter) initCounters() {
|
||||
return
|
||||
}
|
||||
|
||||
func (m *Minter) parseTemplate(template string) {
|
||||
return
|
||||
}
|
||||
|
||||
func (m *Minter) Mint() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user