var github.com/google/safehtml/template.errEscapeOK
4 uses
github.com/google/safehtml/template (current package)
escape.go#L44: t.escapeErr = errEscapeOK
template.go#L37: var errEscapeOK = fmt.Errorf("template escaped correctly")
template.go#L113: } else if t.escapeErr != errEscapeOK {
template.go#L203: if tmpl.escapeErr != nil && tmpl.escapeErr != errEscapeOK {
![]() |
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. |