const html/template.attrNone
6 uses
html/template (current package)
context.go#L64: if c.attr != attrNone {
context.go#L249: attrNone attr = iota
escape.go#L412: c.state, c.delim, c.attr = attrStartStates[c.attr], delimSpaceOrTagEnd, attrNone
escape.go#L415: c.state, c.attr = stateAttrName, attrNone
transition.go#L102: state, attr := stateTag, attrNone
transition.go#L162: attrNone: stateAttr,
![]() |
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. |