net
net copied to clipboard
x/net/html: add Node.{Ancestors,Children,Descendants}()
Adds iterators for the parents, immediate children, and all children of a Node respectively.
Fixes golang/go#62113