Add syndfeed package (#1836)

This commit is contained in:
zhengchun 2018-03-16 00:54:05 +08:00 committed by Cássio Botaro
parent d76a609099
commit c9eaf542c5

View File

@ -1199,6 +1199,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [sh](https://github.com/mvdan/sh) - Shell parser and formatter.
* [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support.
* [Slugify](https://github.com/avelino/slugify) - Go slugify application that handles string.
* [syndfeed](https://github.com/zhengchun/syndfeed) - A syndication feed for Atom 1.0 and RSS 2.0.
* [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection).
* Utility
* [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.