chore: adapts comments

This commit is contained in:
Dennis Schoepf 2025-08-19 21:17:54 +02:00
parent 1c4a83981e
commit ee313ed28c
2 changed files with 3 additions and 11 deletions

View file

@ -19,8 +19,10 @@ func Add(feedUrl string) error {
return err
}
fmt.Printf("feed: %+v", feed)
// TODO: I have everything here (feed), might as well store it right away
// Add an article table that stores the feed data that is parsed here
// So, implement a loop to do that here
f := database.Feed{
Name: feed.Title,