Adds TODO comment for further tasks
This commit is contained in:
parent
45e69365c0
commit
a2c5560554
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ func Add(feedUrl string) error {
|
|||
|
||||
feed, err := parseByUrl(feedUrl)
|
||||
|
||||
// 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
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue