Merge pull request #1138 from sbstjn/add-allot

Add github.com/sbstjn/allot
This commit is contained in:
Thiago Avelino 2016-10-20 16:41:34 -02:00 committed by GitHub
commit 037bd32b15

View File

@ -904,6 +904,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for parsing and manipulating texts.*
* Specific Formats
* [allot](https://github.com/sbstjn/allot) - Placeholder and wildcard text parsing for CLI tools and bots
* [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
* [github_flavored_markdown](https://godoc.org/github.com/shurcooL/github_flavored_markdown) - GitHub Flavored Markdown renderer with fenced code block highlighting, clickable header anchor links.