mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
fix import path order, guidelines of iris
Former-commit-id: 4c938dd13691b8f753a7d1b00a6fa2da56ad4e99
This commit is contained in:
10
cache/browser_test.go
vendored
10
cache/browser_test.go
vendored
@@ -1,13 +1,15 @@
|
|||||||
package cache_test
|
package cache_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/kataras/iris"
|
|
||||||
"github.com/kataras/iris/cache"
|
|
||||||
"github.com/kataras/iris/context"
|
|
||||||
"github.com/kataras/iris/httptest"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/kataras/iris/cache"
|
||||||
|
|
||||||
|
"github.com/kataras/iris"
|
||||||
|
"github.com/kataras/iris/context"
|
||||||
|
"github.com/kataras/iris/httptest"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNoCache(t *testing.T) {
|
func TestNoCache(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user