Versions in this module Expand all Collapse all v1 v1.0.0 Mar 29, 2017 Changes in this version + func Get(url string) (string, error) + type Node interface + Attrs func() map[string]string + Find func(args ...string) Root + FindAll func(args ...string) []Root + FindNextElementSibling func() Root + FindNextSibling func() Root + FindPrevElementSibling func() Root + FindPrevSibling func() Root + Text func() string + type Root struct + NodeValue string + Pointer *html.Node + func HTMLParse(s string) Root + func (r Root) Attrs() map[string]string + func (r Root) Find(args ...string) Root + func (r Root) FindAll(args ...string) []Root + func (r Root) FindNextElementSibling() Root + func (r Root) FindNextSibling() Root + func (r Root) FindPrevElementSibling() Root + func (r Root) FindPrevSibling() Root + func (r Root) Text() string