mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 10:57: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:
@@ -5,7 +5,7 @@ package datasource
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/kataras/iris/_examples/mvc/login/datamodels"
|
||||
"github.com/kataras/iris/v12/_examples/mvc/login/datamodels"
|
||||
)
|
||||
|
||||
// Engine is from where to fetch the data, in this case the users.
|
||||
|
||||
Reference in New Issue
Block a user