Merge pull request #19 from mattcottingham/patch-2

Add bluemonday HTML sanitizer
This commit is contained in:
Thiago Avelino 2014-07-06 15:29:17 -03:00
commit eb672adbb9

View File

@ -126,6 +126,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.
* [blackfriday](https://github.com/russross/blackfriday) - Markdown
processor in Go
* [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer
## Testing