aboutsummaryrefslogtreecommitdiffhomepage
path: root/errors
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-12 21:48:13 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-12 21:48:13 -0800
commit84d912c9794eaaef0f06638d9d23716f4e02b42f (patch)
treef02f77cbd1213c8dbf9d3f9518a2c7e576b0e5c0 /errors
parent9b1128d56dc2129a8cb90e882f67155ab74521b9 (diff)
Rewrite imports
Diffstat (limited to 'errors')
-rw-r--r--errors/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors/errors.go b/errors/errors.go
index a99a3ab..71805ad 100644
--- a/errors/errors.go
+++ b/errors/errors.go
@@ -7,7 +7,7 @@ package errors
import (
"fmt"
- "github.com/miniflux/miniflux2/locale"
+ "github.com/miniflux/miniflux/locale"
)
// LocalizedError represents an error than could be translated to another language.