type golang.org/x/net/html.Token
8 uses
golang.org/x/net/html (current package)
parse.go#L22: tok Token
parse.go#L829: func copyAttributes(dst *Node, src Token) {
parse.go#L2256: p.tok = Token{
token.go#L76: type Token struct {
token.go#L84: func (t Token) tagString() string {
token.go#L100: func (t Token) String() string {
token.go#L1171: func (z *Tokenizer) Token() Token {
token.go#L1172: t := Token{Type: z.tt}
![]() |
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. |