gitea/vendor/github.com/andybalholm/cascadia
Lunny Xiao d08996c7b9
Upgrade xorm to v1.0.3 (#12210)
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-07-11 17:07:52 -04:00
..
.travis.yml Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
LICENSE Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
README.md Upgrade xorm to v1.0.3 (#12210) 2020-07-11 17:07:52 -04:00
go.mod Update to mod enabled version goquery (#8021) 2019-08-29 11:18:42 +08:00
parser.go Upgrade xorm to v1.0.3 (#12210) 2020-07-11 17:07:52 -04:00
selector.go Upgrade xorm to v1.0.3 (#12210) 2020-07-11 17:07:52 -04:00
specificity.go Upgrade xorm to v1.0.3 (#12210) 2020-07-11 17:07:52 -04: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.

Refer to godoc here.