1go-feedparser - Simple RSS and ATOM feed parser.23To install, run4 go get -u github.com/nmeum/go-feedparser56This is a simple feed parser. Currently it supports RSS2 and ATOM web7feeds. It uses "golang.org/x/text/encoding" and thus supports non-UTF88encoded feeds. The code was originally imported from cpod9<https://github.com/nmeum/cpod> and is licensed under GNU GPLv3 (or10later).1112Documentation is missing at the moment and the tests are not completed yet.