aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/andybalholm/cascadia/README.md
diff options
context:
space:
mode:
authorale <ale@incal.net>2017-12-18 22:35:16 +0000
committerale <ale@incal.net>2017-12-18 22:35:16 +0000
commit445bf898d2015d1e28e5f01ef07b26be9dd42bf1 (patch)
tree05bae03d8625be5dee79ac408cf96b6ffae97840 /vendor/github.com/andybalholm/cascadia/README.md
parent394de2d98a9cfde6244620f0b188625b60f68f96 (diff)
downloadcrawl-445bf898d2015d1e28e5f01ef07b26be9dd42bf1.tar.gz
crawl-445bf898d2015d1e28e5f01ef07b26be9dd42bf1.zip
Add vendor deps
Diffstat (limited to 'vendor/github.com/andybalholm/cascadia/README.md')
-rw-r--r--vendor/github.com/andybalholm/cascadia/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/andybalholm/cascadia/README.md b/vendor/github.com/andybalholm/cascadia/README.md
new file mode 100644
index 0000000..9021cb9
--- /dev/null
+++ b/vendor/github.com/andybalholm/cascadia/README.md
@@ -0,0 +1,7 @@
+# cascadia
+
+[![](https://travis-ci.org/andybalholm/cascadia.svg)](https://travis-ci.org/andybalholm/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](https://github.com/suntong/cascadia) the command line tool, a thin wrapper around this package.