From f8b14841ebe486d64e15698fdab91cba3a442fb4 Mon Sep 17 00:00:00 2001 From: ZhiFeng Hu Date: Sun, 22 Nov 2015 14:50:26 +0800 Subject: [PATCH] Remove unused time import Signed-off-by: ZhiFeng Hu --- rss.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rss.go b/rss.go index 64ce52e..f715b60 100644 --- a/rss.go +++ b/rss.go @@ -8,7 +8,6 @@ import ( "encoding/xml" "fmt" "strconv" - "time" ) // private wrapper around the RssFeed which gives us the .. xml