From 9c573a9f1b7c4e529b4638b0a0192ca170acfa05 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 6 Jul 2014 11:34:59 -0300 Subject: [PATCH] added go-pkg-xmlx and go-pkg-rss --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b452d56..89358e75 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Authentication and OAuth](#authentication-and-oauth) - [Database](#database) - [Imagery](#imagery) + - [Parsers](#parsers) - [Resources](#resources) - [Websites](#websites) @@ -57,7 +58,11 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw *Libraries for manipulating images.* * [img](https://github.com/hawx/img) - A selection of image manipulation tools. -* [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. + +## Parsers + +* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) +* [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) # Resources