miniflux-v2/vendor/github.com/andybalholm/cascadia
Frédéric Guillot 459bb4531f Update vendor dependencies 2018-07-06 21:18:14 -07:00
..
fuzz First commit 2017-11-19 22:01:46 -08:00
.travis.yml First commit 2017-11-19 22:01:46 -08:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
README.md First commit 2017-11-19 22:01:46 -08:00
benchmark_test.go 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
parser_test.go First commit 2017-11-19 22:01:46 -08:00
selector.go First commit 2017-11-19 22:01:46 -08:00
selector_test.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.