add unittests

This commit is contained in:
Sinuhe Tellez
2021-05-06 02:48:02 -04:00
parent c09464abc7
commit 97a28d7239
12 changed files with 357 additions and 142 deletions

View File

@@ -7,6 +7,12 @@ import (
"golang.org/x/tools/blog/atom"
)
type AcquisitionFeed struct {
*atom.Feed
Dc string `xml:"xmlns:dc,attr"`
Opds string `xml:"xmlns:opds,attr"`
}
type feedBuilder builder.Builder
func (f feedBuilder) Title(title string) feedBuilder {