1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-29 07:47:22 +00:00

Remove the golang.org/x/net/context

This commit is contained in:
Makis Maropoulos
2016-06-04 23:33:34 +03:00
parent 1a9102706b
commit 7f5fd1904b
3 changed files with 2 additions and 35 deletions

View File

@@ -8,13 +8,11 @@ import (
"github.com/kataras/iris/sessions/store"
"github.com/valyala/fasthttp"
"golang.org/x/net/context"
)
type (
// IContext the interface for the Context
IContext interface {
context.Context
IContextRenderer
IContextStorage
IContextBinder