aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/template
diff options
context:
space:
mode:
Diffstat (limited to 'server/template')
-rw-r--r--server/template/common.go2
-rw-r--r--server/template/helper/elapsed.go3
-rw-r--r--server/template/helper/elapsed_test.go3
-rw-r--r--server/template/template.go14
-rw-r--r--server/template/views.go2
5 files changed, 13 insertions, 11 deletions
diff --git a/server/template/common.go b/server/template/common.go
index 1a2b948..8380d82 100644
--- a/server/template/common.go
+++ b/server/template/common.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-12-12 19:14:08.437349475 -0800 PST m=+0.019432121
+// 2017-12-12 21:44:02.670455816 -0800 PST m=+0.024866519
package template
diff --git a/server/template/helper/elapsed.go b/server/template/helper/elapsed.go
index bc31206..df6fcdd 100644
--- a/server/template/helper/elapsed.go
+++ b/server/template/helper/elapsed.go
@@ -5,9 +5,10 @@
package helper
import (
- "github.com/miniflux/miniflux2/locale"
"math"
"time"
+
+ "github.com/miniflux/miniflux/locale"
)
// Texts to be translated if necessary.
diff --git a/server/template/helper/elapsed_test.go b/server/template/helper/elapsed_test.go
index 67b8d6b..d65f84f 100644
--- a/server/template/helper/elapsed_test.go
+++ b/server/template/helper/elapsed_test.go
@@ -6,9 +6,10 @@ package helper
import (
"fmt"
- "github.com/miniflux/miniflux2/locale"
"testing"
"time"
+
+ "github.com/miniflux/miniflux/locale"
)
func TestElapsedTime(t *testing.T) {
diff --git a/server/template/template.go b/server/template/template.go
index 78b21cc..aa40aad 100644
--- a/server/template/template.go
+++ b/server/template/template.go
@@ -13,13 +13,13 @@ import (
"strings"
"time"
- "github.com/miniflux/miniflux2/config"
- "github.com/miniflux/miniflux2/errors"
- "github.com/miniflux/miniflux2/locale"
- "github.com/miniflux/miniflux2/server/route"
- "github.com/miniflux/miniflux2/server/template/helper"
- "github.com/miniflux/miniflux2/server/ui/filter"
- "github.com/miniflux/miniflux2/url"
+ "github.com/miniflux/miniflux/config"
+ "github.com/miniflux/miniflux/errors"
+ "github.com/miniflux/miniflux/locale"
+ "github.com/miniflux/miniflux/server/route"
+ "github.com/miniflux/miniflux/server/template/helper"
+ "github.com/miniflux/miniflux/server/ui/filter"
+ "github.com/miniflux/miniflux/url"
"github.com/gorilla/mux"
)
diff --git a/server/template/views.go b/server/template/views.go
index 6206552..cb85c83 100644
--- a/server/template/views.go
+++ b/server/template/views.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-12-12 19:14:08.427613446 -0800 PST m=+0.009696092
+// 2017-12-12 21:44:02.658745181 -0800 PST m=+0.013155884
package template