wip new cfg params

This commit is contained in:
partisan 2024-08-10 13:27:23 +02:00
parent 44b25ed9d5
commit 2e8fa14df9
7 changed files with 141 additions and 49 deletions

View file

@ -9,8 +9,7 @@ import (
)
var (
debugMode bool = true
funcs = template.FuncMap{
funcs = template.FuncMap{
"sub": func(a, b int) int {
return a - b
},