Skip to content

Parse and export outlines using the OPML format

License

Notifications You must be signed in to change notification settings

virtualtam/opml-go

Repository files navigation

opml-go - Parse and export OPML outline files

Continuous integration workflow status

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.