This commit is contained in:
Jason Streifling 2024-10-29 17:00:51 +01:00
parent e95871ee70
commit 0dd2101a08

View File

@ -8,8 +8,6 @@ import (
"git.streifling.com/jason/atom" "git.streifling.com/jason/atom"
) )
type Feed struct{ *atom.Feed }
func GenerateAtomFeed(c *Config, db *DB) (*string, error) { func GenerateAtomFeed(c *Config, db *DB) (*string, error) {
feed := atom.NewFeed(c.Title) feed := atom.NewFeed(c.Title)
feed.ID = atom.NewID("urn:feed:1") feed.ID = atom.NewID("urn:feed:1")