aboutsummaryrefslogtreecommitdiff
path: root/reader/rss/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'reader/rss/parser.go')
-rw-r--r--reader/rss/parser.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/reader/rss/parser.go b/reader/rss/parser.go
index 709f8ff6..96339ae8 100644
--- a/reader/rss/parser.go
+++ b/reader/rss/parser.go
@@ -2,15 +2,15 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package rss
+package rss // import "miniflux.app/reader/rss"
import (
"encoding/xml"
"io"
- "github.com/miniflux/miniflux/errors"
- "github.com/miniflux/miniflux/model"
- "github.com/miniflux/miniflux/reader/encoding"
+ "miniflux.app/errors"
+ "miniflux.app/model"
+ "miniflux.app/reader/encoding"
)
// Parse returns a normalized feed struct from a RSS feed.