woodpecker-email/vendor/github.com/andybalholm/cascadia
Simon Vieille fbd2e1bd9a feat(core): update vendors
add go.mod and go.sum
update vendors
2023-01-03 20:55:38 +01:00
..
.travis.yml feat(core): update vendors 2023-01-03 20:55:38 +01:00
LICENSE feat(core): update vendors 2023-01-03 20:55:38 +01:00
parser.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
README.md Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
selector.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +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.