From 047e1e99c5e9e14110fe04b26e9a94feccfe4afa Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:37:41 +0000 Subject: [PATCH] =?UTF-8?q?'rss.go'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.go b/rss.go index 9a4861c..003c443 100644 --- a/rss.go +++ b/rss.go @@ -1,7 +1,7 @@ package feeder import ( - xmlx "github.com/jteeuwen/go-pkg-xmlx" + "git.dnix.de/an/xmlx" ) type MissingRssNodeError struct{}