'atom.go' ändern

This commit is contained in:
an 2018-02-22 08:20:54 +00:00
parent 03ecbdf8d4
commit e9675e5214
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package feeder
import xmlx "github.com/an/go-pkg-xmlx"
import xmlx "git.dnix.de/an/go-pkg-xmlx"
func (this *Feed) readAtom(doc *xmlx.Document) (err error) {
ns := "http://www.w3.org/2005/Atom"