Set of features similar to jQuery for the Go language
Description
Goquery brings a syntax and a set of features similar to jQuery to the Go
language. It is based on Go's net/html package and the CSS Selector library
cascadia. Since the net/html parser returns nodes, and not a full-featured DOM
tree, jQuery's stateful manipulation functions (like height(), css(), detach())
have been left off.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/PuerkitoBio/goquery