Versions in this module Expand all Collapse all v0 v0.1.2 Jan 5, 2025 Changes in this version + func FileToHtml(file string) (*html.Node, error) + func FindElementByAttr(n *html.Node, key, value string) (*html.Node, error) + func FindElementById(n *html.Node, value string) (*html.Node, error) + func FindElementByTag(n *html.Node, tag string) (*html.Node, error) + func UrlToHtml(url string) (*html.Node, error)