status-go/vendor/github.com/andybalholm/cascadia
Andrea Maria Piana c1db89e657 Fix iconcache
Iconcache library needed to be upgrade to be compatible with the
libraries required in the latest geth.
2021-07-20 10:57:38 +02:00
..
.travis.yml feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
LICENSE feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
README.md feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
go.mod Fix iconcache 2021-07-20 10:57:38 +02:00
parser.go Fix iconcache 2021-07-20 10:57:38 +02:00
selector.go Fix iconcache 2021-07-20 10:57:38 +02:00
serialize.go Fix iconcache 2021-07-20 10:57:38 +02:00
specificity.go feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05: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.