quartz/pkg/mod/github.com/andybalholm/cascadia@v1.3.1
Adam Gospodarczyk da2d93f602 Brain
2022-04-26 16:25:19 +02:00
..
fuzz Brain 2022-04-26 16:25:19 +02:00
test_resources Brain 2022-04-26 16:25:19 +02:00
.travis.yml Brain 2022-04-26 16:25:19 +02:00
benchmark_test.go Brain 2022-04-26 16:25:19 +02:00
go.mod Brain 2022-04-26 16:25:19 +02:00
go.sum Brain 2022-04-26 16:25:19 +02:00
LICENSE Brain 2022-04-26 16:25:19 +02:00
parser_test.go Brain 2022-04-26 16:25:19 +02:00
parser.go Brain 2022-04-26 16:25:19 +02:00
pseudo_classes.go Brain 2022-04-26 16:25:19 +02:00
README.md Brain 2022-04-26 16:25:19 +02:00
selector_test.go Brain 2022-04-26 16:25:19 +02:00
selector.go Brain 2022-04-26 16:25:19 +02:00
serialize_test.go Brain 2022-04-26 16:25:19 +02:00
serialize.go Brain 2022-04-26 16:25:19 +02:00
specificity_test.go Brain 2022-04-26 16:25:19 +02:00
specificity.go Brain 2022-04-26 16:25:19 +02:00
w3_test.go Brain 2022-04-26 16:25:19 +02: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.