youtubebeat/vendor/github.com/andybalholm/cascadia
2018-11-18 15:32:28 +01:00
..
benchmark_test.go Add code and dependencies 2018-11-18 15:32:28 +01:00
go.mod Add code and dependencies 2018-11-18 15:32:28 +01:00
LICENSE Add code and dependencies 2018-11-18 15:32:28 +01:00
parser.go Add code and dependencies 2018-11-18 15:32:28 +01:00
parser_test.go Add code and dependencies 2018-11-18 15:32:28 +01:00
README.md Add code and dependencies 2018-11-18 15:32:28 +01:00
selector.go Add code and dependencies 2018-11-18 15:32:28 +01:00
selector_test.go Add code and dependencies 2018-11-18 15:32:28 +01:00

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.

Refer to godoc here.