const html/template.elementNone
8 uses
html/template (current package)
context.go#L67: if c.element != elementNone {
context.go#L229: elementNone element = iota
escape.go#L766: element = elementNone
html.go#L185: if c.element != elementNone && !isInTag(st) {
transition.go#L68: e = elementNone
transition.go#L78: elementNone: stateText,
transition.go#L213: if c.element != elementNone {
transition.go#L562: return i, elementNone
![]() |
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. |