aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/entry.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/entry.go')
-rw-r--r--storage/entry.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/entry.go b/storage/entry.go
index b703a4c..9fd8a53 100644
--- a/storage/entry.go
+++ b/storage/entry.go
@@ -2,16 +2,16 @@
// 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 (
"errors"
"fmt"
"time"
- "github.com/miniflux/miniflux/logger"
- "github.com/miniflux/miniflux/model"
- "github.com/miniflux/miniflux/timer"
+ "miniflux.app/logger"
+ "miniflux.app/model"
+ "miniflux.app/timer"
"github.com/lib/pq"
)