Add Podcast, iTunes and RSS 2.0 Podcast Generator in Golang (#2960)

This commit is contained in:
Eric Duncan 2020-02-16 00:48:17 -05:00 committed by GitHub
parent ca94272a7a
commit c7aafafee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1674,6 +1674,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [inject](https://github.com/facebookgo/inject) - Package inject provides a reflect based injector.
* [ltsv](https://github.com/Wing924/ltsv) - High performance [LTSV (Labeled Tab Separeted Value)](http://ltsv.org/) reader for Go.
* [mxj](https://github.com/clbanning/mxj) - Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
* [podcast](https://github.com/eduncan911/podcast) - iTunes Compliant and RSS 2.0 Podcast Generator in Golang
* [sdp](https://github.com/gortc/sdp) - SDP: Session Description Protocol [[RFC 4566](https://tools.ietf.org/html/rfc4566)].
* [sh](https://github.com/mvdan/sh) - Shell parser and formatter.
* [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support.