const html/template.stateText
9 uses
html/template (current package)
context.go#L51: if c.state == stateText {
context.go#L90: stateText state = iota
escape.go#L26: } else if c.state != stateText {
escape.go#L212: case stateText:
escape.go#L653: if c.state == stateText || c.state == stateRCDATA {
html.go#L190: if c.state == stateText || c.state == stateRCDATA {
html.go#L220: } else if c.state == stateText || c.state == stateRCDATA {
transition.go#L17: stateText: tText,
transition.go#L78: elementNone: stateText,
![]() |
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. |