func html/template.isComment
5 uses
html/template (current package)
context.go#L148: func isComment(s state) bool {
escape.go#L224: if isComment(c.state) {
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 {
![]() |
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. |