mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 02:56:26 +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
|
||||
|
||||
import (
|
||||
"github.com/kataras/iris"
|
||||
"github.com/kataras/iris/cache"
|
||||
"github.com/kataras/iris/context"
|
||||
"github.com/kataras/iris/httptest"
|
||||
"strconv"
|
||||
"testing"
|
||||
"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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user