From 84d912c9794eaaef0f06638d9d23716f4e02b42f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 12 Dec 2017 21:48:13 -0800 Subject: Rewrite imports --- storage/category.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'storage/category.go') diff --git a/storage/category.go b/storage/category.go index 5591a89..a9de759 100644 --- a/storage/category.go +++ b/storage/category.go @@ -10,8 +10,8 @@ import ( "fmt" "time" - "github.com/miniflux/miniflux2/helper" - "github.com/miniflux/miniflux2/model" + "github.com/miniflux/miniflux/helper" + "github.com/miniflux/miniflux/model" ) // AnotherCategoryExists checks if another category exists with the same title. -- cgit v1.2.3