mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
refactor(misc): fix a handful of TODO
This commit is contained in:
parent
06cbf1b3b3
commit
485baf9654
9 changed files with 18 additions and 27 deletions
|
@ -18,11 +18,6 @@ type atom03Adapter struct {
|
|||
atomFeed *atom03Feed
|
||||
}
|
||||
|
||||
// TODO No need for a constructor, as it's only used in this package
|
||||
func NewAtom03Adapter(atomFeed *atom03Feed) *atom03Adapter {
|
||||
return &atom03Adapter{atomFeed}
|
||||
}
|
||||
|
||||
func (a *atom03Adapter) buildFeed(baseURL string) *model.Feed {
|
||||
feed := new(model.Feed)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue