Documentation ¶ Index ¶ func Attr(n *html.Node, key atom.Atom) (string, bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Attr ¶ func Attr(n *html.Node, key atom.Atom) (string, bool) Attr is an html.Node helper function to retrieve an attribute's value from the node's attribute array. It returns both the string value of the attribute and true if the attribute exists, otherwise it returns false. Types ¶ This section is empty. Source Files ¶ View all Source files node.go Click to show internal directories. Click to hide internal directories.