miniflux-v2/vendor/github.com/andybalholm/cascadia
Frédéric Guillot a3f3f51c60 Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
..
.travis.yml First commit 2017-11-19 22:01:46 -08:00
LICENSE Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
README.md First commit 2017-11-19 22:01:46 -08:00
go.mod Update vendor dependencies 2018-07-06 21:18:14 -07:00
parser.go First commit 2017-11-19 22:01:46 -08:00
selector.go First commit 2017-11-19 22:01:46 -08:00

README.md

cascadia

The Cascadia package implements CSS selectors for use with the parse trees produced by the html package.

To test CSS selectors without writing Go code, check out cascadia the command line tool, a thin wrapper around this package.