1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00

Move packages http and url

This commit is contained in:
Frédéric Guillot 2017-12-02 20:26:21 -08:00
parent 2356ddad28
commit 6f5350a497
14 changed files with 11 additions and 11 deletions

View file

@ -12,7 +12,7 @@ import (
"time"
"github.com/miniflux/miniflux2/helper"
"github.com/miniflux/miniflux2/reader/http"
"github.com/miniflux/miniflux2/http"
"github.com/miniflux/miniflux2/server/core"
)