Documentation
¶
Overview ¶
Package feed extends the package gofeed by adding a Date field to gofeed.Item which contains either the published or the updated date, since some feeds only offer a update time, as well as a sorting implementation based on the field.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortByDate ¶
type SortByDate []*Item
func (SortByDate) Len ¶
func (is SortByDate) Len() int
func (SortByDate) Less ¶
func (is SortByDate) Less(i, j int) bool
func (SortByDate) Swap ¶
func (is SortByDate) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.