Skip to content

virtualtam/opml-go

Repository files navigation

opml-go - Parse and export OPML outline files

Continuous integration workflow status Go Reference

opml-go provides a library to marshal and unmarshal outlines using the Outline Processor Markup Language (OPML) 2.0 format.

Usage

See examples under:

  • example_marshal_test.go to create an OPML document and marshal it to XML;
  • example_unmarshal_test.go to read a file containing an OPML document.

Change Log

See CHANGELOG

License

opml-go is licensed under the MIT License.