opml

package module
v0.0.0-...-82ebdd0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2022 License: MIT Imports: 1 Imported by: 0

README

opml Go Documentation

Utilities to work with OPML subscription lists.

Documentation

Overview

Package opml provides utilities to work with OPML subscription lists.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Subscription

type Subscription struct {
	Title string
	URL   string
}

A Subscription represents an OPML outline of "rss" type

func Parse

func Parse(data []byte) (s []Subscription, err error)

Parse parses an OPML file into a slice of Subscription.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL