const github.com/google/safehtml/template.delimSpaceOrTagEnd
7 uses
github.com/google/safehtml/template (current package)
context.go#L125: delimSpaceOrTagEnd
escape.go#L143: c.state == stateAttr && c.delim == delimSpaceOrTagEnd && ident == "html" {
escape.go#L292: c.state, c.delim = stateAttr, delimSpaceOrTagEnd
escape.go#L574: delimSpaceOrTagEnd: " \t\n\f\r>",
escape.go#L674: if c.delim == delimSpaceOrTagEnd {
escape.go#L718: if c.delim != delimSpaceOrTagEnd {
transition.go#L178: delim := delimSpaceOrTagEnd
![]() |
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. |