Changed rss.go

This commit is contained in:
an 2018-02-22 08:21:34 +00:00
parent e9675e5214
commit cfefcc12b7
1 changed files with 1 additions and 1 deletions

2
rss.go
View File

@ -1,7 +1,7 @@
package feeder
import (
xmlx "github.com/jteeuwen/go-pkg-xmlx"
xmlx "git.dnix.de/an/go-pkg-xmlx"
)
type MissingRssNodeError struct{}