type text/template.FuncMap
14 uses
text/template (current package)
funcs.go#L31: type FuncMap map[string]interface{}
funcs.go#L37: func builtins() FuncMap {
funcs.go#L38: return FuncMap{
funcs.go#L78: func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {
funcs.go#L85: func addValueFuncs(out map[string]reflect.Value, in FuncMap) {
funcs.go#L103: func addFuncs(out, in FuncMap) {
template.go#L21: parseFuncs FuncMap
template.go#L73: c.parseFuncs = make(FuncMap)
template.go#L170: func (t *Template) Funcs(funcMap FuncMap) *Template {
github.com/google/safehtml/template
sanitizers.go#L93: var funcs = template.FuncMap{
template.go#L392: t.text.Funcs(template.FuncMap(funcMap))
golang.org/x/pkgsite/internal/godoc/codec
generate.go#L81: funcs := template.FuncMap{
html/template
escape.go#L62: var funcMap = template.FuncMap{
template.go#L346: t.text.Funcs(template.FuncMap(funcMap))
![]() |
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. |