From f0c6ea6079c4eeaf14a7b7dbe96f6f31f79ea974 Mon Sep 17 00:00:00 2001 From: Alix Axel Date: Tue, 12 May 2015 10:45:10 +0200 Subject: [PATCH] alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eafb2f6..080076d2 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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/). + * [genex](https://github.com/alixaxel/genex) - Count and expand Regular Expressions into all matching Strings * [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. * [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions. @@ -614,7 +615,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. * [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang. * [xurls](https://github.com/mvdan/xurls) - Extract urls from text - * [genex](https://github.com/alixaxel/genex) - Count and expand Regular Expressions into all matching Strings ## Third-party APIs