const golang.org/x/net/html.ErrorToken
19 uses
golang.org/x/net/html (current package)
parse.go#L1173: case ErrorToken:
parse.go#L1371: case ErrorToken:
parse.go#L1494: case ErrorToken:
parse.go#L1596: case ErrorToken:
parse.go#L1838: case ErrorToken:
parse.go#L1915: case ErrorToken:
parse.go#L1941: case ErrorToken:
parse.go#L2068: case ErrorToken:
parse.go#L2246: if p.tok.Type == ErrorToken {
parse.go#L2299: if p.tok.Type == ErrorToken {
token.go#L22: ErrorToken TokenType = iota
token.go#L43: case ErrorToken:
token.go#L102: case ErrorToken:
token.go#L223: if z.tt != ErrorToken {
token.go#L781: return ErrorToken
token.go#L955: z.tt = ErrorToken
token.go#L1038: z.tt = ErrorToken
token.go#L1064: z.tt = ErrorToken
github.com/microcosm-cc/bluemonday
sanitize.go#L107: if tokenizer.Next() == html.ErrorToken {
![]() |
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. |