aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/feed.go')
-rw-r--r--storage/feed.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/feed.go b/storage/feed.go
index 326ada8..283b095 100644
--- a/storage/feed.go
+++ b/storage/feed.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package storage
+package storage // import "miniflux.app/storage"
import (
"database/sql"
@@ -10,9 +10,9 @@ import (
"fmt"
"time"
- "github.com/miniflux/miniflux/model"
- "github.com/miniflux/miniflux/timer"
- "github.com/miniflux/miniflux/timezone"
+ "miniflux.app/model"
+ "miniflux.app/timer"
+ "miniflux.app/timezone"
)
// FeedExists checks if the given feed exists.