diff --git a/example.go b/example.go index b7a5a4d..bb174d3 100644 --- a/example.go +++ b/example.go @@ -12,9 +12,9 @@ Build & run with: import ( "fmt" + rss "github.com/jteeuwen/go-pkg-rss" "os" "time" - rss "github.com/jteeuwen/go-pkg-rss" ) func main() { diff --git a/feed.go b/feed.go index f6cb965..c393b03 100644 --- a/feed.go +++ b/feed.go @@ -27,11 +27,11 @@ package feeder import ( "errors" - "time" - xmlx "github.com/jteeuwen/go-pkg-xmlx" "fmt" + xmlx "github.com/jteeuwen/go-pkg-xmlx" "strconv" "strings" + "time" ) type ChannelHandler func(f *Feed, newchannels []*Channel)