diff options
author | 2017-12-12 21:48:13 -0800 | |
---|---|---|
committer | 2017-12-12 21:48:13 -0800 | |
commit | 84d912c9794eaaef0f06638d9d23716f4e02b42f (patch) | |
tree | f02f77cbd1213c8dbf9d3f9518a2c7e576b0e5c0 /server/core/handler.go | |
parent | 9b1128d56dc2129a8cb90e882f67155ab74521b9 (diff) | |
download | v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.tar.gz v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.tar.zst v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.zip |
Rewrite imports
Diffstat (limited to 'server/core/handler.go')
-rw-r--r-- | server/core/handler.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/core/handler.go b/server/core/handler.go index db6204a9..809282ea 100644 --- a/server/core/handler.go +++ b/server/core/handler.go @@ -9,11 +9,11 @@ import ( "net/http" "time" - "github.com/miniflux/miniflux2/helper" - "github.com/miniflux/miniflux2/locale" - "github.com/miniflux/miniflux2/server/middleware" - "github.com/miniflux/miniflux2/server/template" - "github.com/miniflux/miniflux2/storage" + "github.com/miniflux/miniflux/helper" + "github.com/miniflux/miniflux/locale" + "github.com/miniflux/miniflux/server/middleware" + "github.com/miniflux/miniflux/server/template" + "github.com/miniflux/miniflux/storage" "github.com/gorilla/mux" ) |