aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/context/context.go')
-rw-r--r--http/context/context.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/context/context.go b/http/context/context.go
index 4ca95c5..1c65e64 100644
--- a/http/context/context.go
+++ b/http/context/context.go
@@ -2,12 +2,12 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package context
+package context // import "miniflux.app/http/context"
import (
"net/http"
- "github.com/miniflux/miniflux/middleware"
+ "miniflux.app/middleware"
)
// Context contains helper functions related to the current request.