Changed atom.go
This commit is contained in:
parent
72391e6fd7
commit
03ecbdf8d4
2
atom.go
2
atom.go
|
@ -1,6 +1,6 @@
|
||||||
package feeder
|
package feeder
|
||||||
|
|
||||||
import xmlx "github.com/jteeuwen/go-pkg-xmlx"
|
import xmlx "github.com/an/go-pkg-xmlx"
|
||||||
|
|
||||||
func (this *Feed) readAtom(doc *xmlx.Document) (err error) {
|
func (this *Feed) readAtom(doc *xmlx.Document) (err error) {
|
||||||
ns := "http://www.w3.org/2005/Atom"
|
ns := "http://www.w3.org/2005/Atom"
|
||||||
|
|
Loading…
Reference in New Issue