diff --git a/getarticles.go b/getarticles.go index a93a47f..28fa0ec 100644 --- a/getarticles.go +++ b/getarticles.go @@ -69,7 +69,6 @@ func getArticles(feedURL string, max int) (string, error) { // Create a hash as identifier for the feed. // The identifier will be used as filename for caching the update time. - // ToDo: cachePath should probably be moved to ~/.cache/feed-to-muc h := fnv.New32a() h.Write([]byte(feedURL)) if _, err := os.Stat(cachePath); os.IsNotExist(err) {