Closed ffigiel closed 3 years ago
I noticed that my InnerText call resulted in a panic because Query returned a nil. I updated the Query doc to mention that it may return a nil html.Node with no error, and improved the overall wording a little
InnerText
Query
html.Node
I noticed that my
InnerText
call resulted in a panic becauseQuery
returned a nil. I updated theQuery
doc to mention that it may return a nilhtml.Node
with no error, and improved the overall wording a little