From 03a3fd5b8e0f04f72ac6a72b90790da2b44d518b Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 2 Aug 2018 09:41:21 +0200 Subject: [PATCH] Added a comment. --- getarticles.go | 1 + 1 file changed, 1 insertion(+) diff --git a/getarticles.go b/getarticles.go index 6bde7f3..7d039e1 100644 --- a/getarticles.go +++ b/getarticles.go @@ -17,6 +17,7 @@ import ( "jaytaylor.com/html2text" ) +// Get new articles for specified feed. func getArticles(feedURL string, max int) (string, error) { type feedCache struct {