From 437506313db4c2586233f798f6c055c75b8851bd Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 2 Aug 2018 09:40:07 +0200 Subject: [PATCH] Removed commented code. --- getarticles.go | 1 - 1 file changed, 1 deletion(-) diff --git a/getarticles.go b/getarticles.go index 28fa0ec..6bde7f3 100644 --- a/getarticles.go +++ b/getarticles.go @@ -17,7 +17,6 @@ import ( "jaytaylor.com/html2text" ) -//func getArticles(max int) ([]string, error) { func getArticles(feedURL string, max int) (string, error) { type feedCache struct {