type github.com/google/safehtml/template.FuncMap
4 uses
github.com/google/safehtml/template (current package)
template.go#L384: type FuncMap map[string]interface{}
template.go#L391: func (t *Template) Funcs(funcMap FuncMap) *Template {
golang.org/x/pkgsite/internal/frontend
server.go#L511: var templateFuncs = template.FuncMap{
golang.org/x/pkgsite/internal/worker
server.go#L647: return template.New(filename.String()).Funcs(template.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. |