mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +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
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user