You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/andybalholm/cascadia
Adrien Delorme ee716d3f7e
up go mod, go mod vendor & go mod tidy
7 years ago
..
.travis.yml up go mod, go mod vendor & go mod tidy 7 years ago
LICENSE up go mod, go mod vendor & go mod tidy 7 years ago
README.md up go mod, go mod vendor & go mod tidy 7 years ago
go.mod up go mod, go mod vendor & go mod tidy 7 years ago
parser.go up go mod, go mod vendor & go mod tidy 7 years ago
selector.go up go mod, go mod vendor & go mod tidy 7 years ago

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.