Versions in this module Expand all Collapse all v1 v1.0.0 Jun 7, 2014 Changes in this version + type Body struct + Outlines []Outline + type Head struct + DateCreated string + DateModified string + Docs string + ExpansionState string + OwnerEmail string + OwnerID string + OwnerName string + Title string + VertScrollState string + WindowBottom string + WindowLeft string + WindowRight string + WindowTop string + type OPML struct + Body Body + Head Head + Version string + XMLName xml.Name + func NewOPML(b []byte) (*OPML, error) + func NewOPMLFromFile(filePath string) (*OPML, error) + func NewOPMLFromURL(url string) (*OPML, error) + func (doc OPML) Outlines() []Outline + func (doc OPML) XML() (string, error) + type Outline struct + Category string + Created string + Description string + HTMLURL string + IsBreakpoint string + IsComment string + Language string + Outlines []Outline + Text string + Title string + Type string + URL string + Version string + XMLURL string