aboutsummaryrefslogtreecommitdiff
path: root/timer/timer.go
diff options
context:
space:
mode:
Diffstat (limited to 'timer/timer.go')
-rw-r--r--timer/timer.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/timer/timer.go b/timer/timer.go
index d7444ca5..8f311c3d 100644
--- a/timer/timer.go
+++ b/timer/timer.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 timer
+package timer // import "miniflux.app/timer"
import (
"time"
- "github.com/miniflux/miniflux/logger"
+ "miniflux.app/logger"
)
// ExecutionTime returns the elapsed time of a block of code.