From 6c373508f8ba70f956337475849cd63113b0d7a6 Mon Sep 17 00:00:00 2001 From: Michael K Date: Wed, 26 Nov 2014 16:12:54 +0100 Subject: [PATCH] Removed faulty empty line --- feed.go | 1 - 1 file changed, 1 deletion(-) diff --git a/feed.go b/feed.go index 9ff5cd2..115c3a8 100644 --- a/feed.go +++ b/feed.go @@ -170,7 +170,6 @@ func (this *Feed) FetchClient(uri string, client *http.Client, charset xmlx.Char // This allows us to specify a custom character encoding conversion // routine when dealing with non-utf8 input. Supply 'nil' to use the // default from Go's xml package. - func (this *Feed) FetchBytes(uri string, content []byte, charset xmlx.CharsetFunc) (err error) { this.Url = uri