1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Rewrite imports

This commit is contained in:
Frédéric Guillot 2017-12-12 21:48:13 -08:00
parent 9b1128d56d
commit 84d912c979
103 changed files with 245 additions and 241 deletions

View file

@ -11,12 +11,12 @@ import (
"time"
"github.com/gorilla/mux"
"github.com/miniflux/miniflux2/scheduler"
"github.com/miniflux/miniflux/scheduler"
"golang.org/x/crypto/acme/autocert"
"github.com/miniflux/miniflux2/config"
"github.com/miniflux/miniflux2/reader/feed"
"github.com/miniflux/miniflux2/storage"
"github.com/miniflux/miniflux/config"
"github.com/miniflux/miniflux/reader/feed"
"github.com/miniflux/miniflux/storage"
)
// NewServer returns a new HTTP server.