diff --git a/README.md b/README.md index 391e1cb4..6f3c19a8 100644 --- a/README.md +++ b/README.md @@ -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.