aboutsummaryrefslogtreecommitdiffhomepage
path: root/api/opml.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/opml.go')
-rw-r--r--api/opml.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/api/opml.go b/api/opml.go
index 8613ded..8554dc1 100644
--- a/api/opml.go
+++ b/api/opml.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 api
+package api // import "miniflux.app/api"
import (
"net/http"
- "github.com/miniflux/miniflux/http/context"
- "github.com/miniflux/miniflux/http/response/json"
- "github.com/miniflux/miniflux/http/response/xml"
- "github.com/miniflux/miniflux/reader/opml"
+ "miniflux.app/http/context"
+ "miniflux.app/http/response/json"
+ "miniflux.app/http/response/xml"
+ "miniflux.app/reader/opml"
)
// Export is the API handler that export feeds to OPML.