Remove FuncMap from the README

This commit is contained in:
Elara 2023-10-29 15:50:29 -07:00
parent 76c0a48b87
commit a53fe6244f

View File

@ -36,7 +36,7 @@ if err != nil {
}
err = t.WithVarMap(vars).
WithFuncMap(funcs).
WithTagMap(tags).
WithEscapeHTML(true).
Execute(os.Stdout)
if err != nil {