package
Version:
v0.2.0-rc1
Opens a new window with list of versions in this module.
Published: Jan 3, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Title string `xml:"title"`
}
type Rss struct {
Title string `xml:"title"`
Link string `xml:"link"`
Desc string `xml:"description"`
Items []Item `xml:"item"`
} `xml:"channel"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.