goquery brings jQuery power to the Go language.md 513 B


Title: "goquery brings jQuery power to the Go language" Date: 2017-11-01 16:04:46 Categories: [programming] Tags: [go, web scrapers]

Authors: sedlav

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.

Syntax-wise, it is as close as possible to jQuery, with the same function names when possible, and that warm and fuzzy chainable interface...

Link