From 33100ad7cd8353f91fccf4e57032a4f5e2fff1f0 Mon Sep 17 00:00:00 2001 From: Nikita Vershinin Date: Wed, 17 Dec 2014 11:47:10 +0600 Subject: [PATCH] Added package with cgo bindings for libenca --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b467d25..7e3bddc6 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go * [github_flavored_markdown](http://godoc.org/github.com/shurcooL/go/github_flavored_markdown) - GitHub Flavored Markdown renderer in Go. * [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer + * [enca](https://github.com/endeveit/enca) - Minimal cgo bindings for [libenca](http://cihar.com/software/enca/). * [gographviz](https://code.google.com/p/gographviz) - Parses the Graphviz DOT language. * [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format. * [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.