From 11a9d692b362531eade5b8c34a82117cb95eb896 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 6 Jul 2014 11:42:18 -0300 Subject: [PATCH] added parses descriptions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89358e75..e20fe220 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,8 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw ## Parsers -* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) -* [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - +* [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. +* [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. # Resources