From 4a7586a83feecb643d1bdc855d4c2059d85dd1c2 Mon Sep 17 00:00:00 2001 From: Andrew Stuart Date: Mon, 15 May 2017 16:49:20 -0700 Subject: [PATCH] Update readme with some downstream projects --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7b01a27..dbf7780 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,11 @@ func main() { The [BSD 3-Clause license][bsd], the same as the [Go language][golic]. Cascadia's license is [here][caslic]. +## Downstream Projects + +- [Goq][goq], an HTML deserialization and scraping library based on goquery and struct + tags. + [jquery]: http://jquery.com/ [go]: http://golang.org/ [cascadia]: https://github.com/andybalholm/cascadia @@ -124,3 +129,4 @@ The [BSD 3-Clause license][bsd], the same as the [Go language][golic]. Cascadia' [wiki]: https://github.com/PuerkitoBio/goquery/wiki/Tips-and-tricks [thatguystone]: https://github.com/thatguystone [piotr]: https://github.com/piotrkowalczuk +[goq]: https://github.com/andrewstuart/goq