mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +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:
8
cache/cache.go
vendored
8
cache/cache.go
vendored
@@ -9,8 +9,8 @@ Example code:
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/kataras/iris"
|
||||
"github.com/kataras/iris/cache"
|
||||
"github.com/kataras/iris/v12"
|
||||
"github.com/kataras/iris/v12/cache"
|
||||
)
|
||||
|
||||
func main(){
|
||||
@@ -30,8 +30,8 @@ package cache
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/kataras/iris/cache/client"
|
||||
"github.com/kataras/iris/context"
|
||||
"github.com/kataras/iris/v12/cache/client"
|
||||
"github.com/kataras/iris/v12/context"
|
||||
)
|
||||
|
||||
// Cache accepts the cache expiration duration.
|
||||
|
||||
Reference in New Issue
Block a user