func golang.org/x/net/html/atom.Lookup
5 uses
golang.org/x/net/html/atom (current package)
atom.go#L57: func Lookup(s []byte) Atom {
atom.go#L74: if a := Lookup(s); a != 0 {
golang.org/x/net/html
parse.go#L2178: p.tok.DataAtom = a.Lookup([]byte(x))
parse.go#L2379: if context.DataAtom != a.Lookup([]byte(context.Data)) {
token.go#L1183: if a := atom.Lookup(name); a != 0 {
![]() |
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. |