package
module
Version:
v0.0.0-...-d38a0df
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 5
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"`
URL string `xml:"link"`
Published string `xml:"pubDate"`
}
type RSS struct {
Items []Item `xml:"item"`
} `xml:"channel"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.