# Functions
GetLinksFromHtmlNode is a function that takes an *html.Node as input and returns a slice of strings representing the URLs of all the links on the webpage.
GetLinksFromHtmlNode is a function that takes an *html.Node as input and returns a slice of strings representing the text on the webpage.
# Interfaces
No description provided by the author