#11 - unfollow

This commit is contained in:
2025-03-11 15:08:29 +02:00
parent 5dfe911793
commit a76915c7fc
7 changed files with 63 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ func FetchFeedHandler(s *config.State, cmd config.Command) error {
os.Exit(1)
}
fmt.Printf("%v", feed)
fmt.Printf("%v\n", feed)
return nil
}