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 {