zorg/vendor/github.com/andybalholm/cascadia
LowEel 923709f1d1 Initial Commit 2020-10-08 21:33:26 +02:00
..
.travis.yml Initial Commit 2020-10-08 21:33:26 +02:00
LICENSE Initial Commit 2020-10-08 21:33:26 +02:00
README.md Initial Commit 2020-10-08 21:33:26 +02:00
go.mod Initial Commit 2020-10-08 21:33:26 +02:00
parser.go Initial Commit 2020-10-08 21:33:26 +02:00
selector.go Initial Commit 2020-10-08 21:33:26 +02: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.