text/template.common.parseFuncs (field)
6 uses
text/template (current package)
template.go#L21: parseFuncs FuncMap
template.go#L73: c.parseFuncs = make(FuncMap)
template.go#L102: for k, v := range t.parseFuncs {
template.go#L103: nt.parseFuncs[k] = v
template.go#L175: addFuncs(t.parseFuncs, funcMap)
template.go#L201: trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |