From 4d37b9822089c10d483e257aa50146278b0e3b21 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sun, 15 Jul 2018 11:31:30 +0200 Subject: [PATCH] Removed obsolete comment. --- getarticles.go | 1 - 1 file changed, 1 deletion(-) 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) {