const html/template.delimNone
8 uses
html/template (current package)
context.go#L55: if c.delim != delimNone {
context.go#L172: delimNone delim = iota
escape.go#L231: case delimNone:
escape.go#L670: } else if isComment(c.state) && c.delim == delimNone {
escape.go#L690: if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
escape.go#L707: if !isComment(c.state) || c.delim != delimNone {
escape.go#L718: if c.delim == delimNone {
html.go#L182: if c.delim == delimNone {
![]() |
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. |