YTSFlix_Go/vendor/github.com/andybalholm/cascadia
2018-11-04 15:58:15 +01:00
..
go.mod init 2018-11-04 15:58:15 +01:00
LICENSE init 2018-11-04 15:58:15 +01:00
parser.go init 2018-11-04 15:58:15 +01:00
README.md init 2018-11-04 15:58:15 +01:00
selector.go init 2018-11-04 15:58:15 +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.