Frédéric Guillot a3f3f51c60 Migrate to go modules (Go 1.11) 7 years ago
..
.travis.yml 8ffb773f43 First commit 8 years ago
LICENSE a3f3f51c60 Migrate to go modules (Go 1.11) 7 years ago
README.md 8ffb773f43 First commit 8 years ago
go.mod 459bb4531f Update vendor dependencies 7 years ago
parser.go 8ffb773f43 First commit 8 years ago
selector.go 8ffb773f43 First commit 8 years ago

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.