github.com/google/safehtml.HTML.String (method)
8 uses
github.com/google/safehtml (current package)
html.go#L53: b.WriteString(html.String())
html.go#L59: func (h HTML) String() string {
github.com/google/safehtml/template
sanitizers.go#L522: return safeTypeValue.String(), nil
sanitizers.go#L526: return safehtml.HTMLEscaped(input).String(), nil
sanitizers.go#L532: return safeTypeValue.String(), nil
sanitizers.go#L562: return safehtml.HTMLEscaped(input).String(), nil
golang.org/x/pkgsite/internal/frontend
fetch.go#L268: fr.responseText = h.String()
fetch.go#L316: fr.responseText = h.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. |