Add aerogo/codetree (#2519)

This commit is contained in:
Eduard Urbach 2019-05-20 21:39:01 +09:00 committed by Cássio Botaro
parent 565072ad50
commit f0c2fe08a6

View File

@ -1477,6 +1477,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [bbConvert](https://github.com/CalebQ42/bbConvert) - Converts bbCode to HTML that allows you to add support for custom bbCode tags.
* [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go.
* [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer.
* [codetree](https://github.com/aerogo/codetree) - Parses indented code (python, pixy, scarlet, etc.) and returns a tree structure.
* [colly](https://github.com/asciimoo/colly) - Fast and Elegant Scraping Framework for Gophers.
* [commonregex](https://github.com/mingrammer/commonregex) - A collection of common regular expressions for Go.
* [dataflowkit](https://github.com/slotix/dataflowkit) - Web scraping Framework to turn websites into structured data.