repositorypackage
1.2.0
Repository: https://github.com/virtualtam/opml-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
opml-go - Parse and export OPML outline files
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.