Fix unued variable, useless functions...

This commit is contained in:
2024-04-03 21:33:26 +02:00
parent 5a358f0a6a
commit 5d4f72e984
4 changed files with 4 additions and 13 deletions

View File

@@ -3,9 +3,6 @@ package generator
import "regexp"
var (
// regexp to all tpl strings
tplValueRegexp = regexp.MustCompile(`\{\{.*\}\}-`)
// find all labels starting by __replace_ and ending with ":"
// and get the value between the quotes
// ?s => multiline