const golang.org/x/net/html/atom.A
5 uses
golang.org/x/net/html/atom (current package)
table.go#L8: A Atom = 0x1
golang.org/x/net/html
parse.go#L974: case a.A:
parse.go#L976: if n := p.afe[i]; n.Type == ElementNode && n.DataAtom == a.A {
parse.go#L977: p.inBodyEndTagFormatting(a.A, "a")
parse.go#L1154: case a.A, a.B, a.Big, a.Code, a.Em, a.Font, a.I, a.Nobr, a.S, a.Small, a.Strike, a.Strong, a.Tt, a.U:
 |
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. |