func github.com/google/safehtml/template.joinNames
3 uses
github.com/google/safehtml/template (current package)
escape.go#L313: a.element.names = joinNames(a.element.name, b.element.name, a.element.names, b.element.names)
escape.go#L314: a.attr.names = joinNames(a.attr.name, b.attr.name, a.attr.names, b.attr.names)
escape.go#L361: func joinNames(aName, bName string, aNames, bNames []string) []string {
 |
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. |