packer-cn/vendor/github.com/andybalholm/cascadia
Adrien Delorme ee716d3f7e up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
..
.travis.yml up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
LICENSE up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
README.md up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
go.mod up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
parser.go up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
selector.go up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00

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.