mirror of
https://github.com/kataras/iris.git
synced 2025-03-15 12:26:29 +01:00
fix import path order, guidelines of iris
Former-commit-id: 4c938dd13691b8f753a7d1b00a6fa2da56ad4e99
This commit is contained in:
parent
50164f082c
commit
46453ff522
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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user