This commit is contained in:
eson
2023-09-05 18:24:20 +08:00
parent ee7d82e174
commit 0a748dfab7
3 changed files with 110 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
package fstpl
import (
"html/template"
"log"
"os"
"runtime"
"strings"
"text/template"
)
func AutoParseTplFiles() *template.Template {