Function to find the selector of a node
Author: sundy-liCreated Aug 9, 2017Updated Oct 9, 2017
//node is a sub html*node of doc
// if ok return the select string such as `.sidebar-reviews article .content-block a`
sel, ok := doc.FindSelector(node) Could this function be possible?
Source: PuerkitoBio/goquery