1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository

We have to do the same on iris-contrib/examples, iris-contrib/middleware and e.t.c.


Former-commit-id: 0860688158f374bc137bc934b81b26dcd0e10964
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-10-25 01:27:02 +03:00
parent d13f1fe877
commit 3945fa68d1
362 changed files with 649 additions and 653 deletions

View File

@@ -89,7 +89,7 @@ import (
"io"
"strings"
"github.com/kataras/iris"
"github.com/kataras/iris/v12"
)
const uploadsDir = "./public/uploads/"

View File

@@ -54,7 +54,7 @@ import (
"strings"
"sync"
"github.com/kataras/iris"
"github.com/kataras/iris/v12"
"github.com/nfnt/resize" // $ go get -u github.com/nfnt/resize
)

View File

@@ -10,7 +10,7 @@ import (
"strings"
"sync"
"github.com/kataras/iris"
"github.com/kataras/iris/v12"
"github.com/nfnt/resize"
)