const golang.org/x/net/html/atom.Img
5 uses
golang.org/x/net/html/atom (current package)
table.go#L129: Img Atom = 0x30703
golang.org/x/net/html
parse.go#L1008: case a.Area, a.Br, a.Embed, a.Img, a.Input, a.Keygen, a.Wbr:
parse.go#L1035: p.tok.DataAtom = a.Img
parse.go#L1036: p.tok.Data = a.Img.String()
golang.org/x/pkgsite/internal/frontend
overview.go#L214: if n.Type == html.ElementNode && n.DataAtom == atom.Img {
![]() |
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. |