const golang.org/x/net/html.SelfClosingTagToken
9 uses
golang.org/x/net/html (current package)
parse.go#L2269: if p.tok.Type == SelfClosingTagToken {
token.go#L30: SelfClosingTagToken
token.go#L51: case SelfClosingTagToken:
token.go#L110: case SelfClosingTagToken:
token.go#L807: return SelfClosingTagToken
token.go#L1142: case StartTagToken, EndTagToken, SelfClosingTagToken:
token.go#L1158: case StartTagToken, SelfClosingTagToken:
token.go#L1176: case StartTagToken, SelfClosingTagToken, EndTagToken:
github.com/microcosm-cc/bluemonday
sanitize.go#L203: case html.SelfClosingTagToken:
![]() |
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. |