mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 18:22:23 +08:00
move golang.org/x/net/context.Context interface
Keeping up with the context.go, move golang.org/x/net/context.Context interface
This commit is contained in:
parent
bd4f73af67
commit
2a97fae704
@ -19,7 +19,7 @@ import (
|
|||||||
|
|
||||||
"github.com/gin-contrib/sse"
|
"github.com/gin-contrib/sse"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"golang.org/x/net/context"
|
"context"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ context.Context = &Context{}
|
var _ context.Context = &Context{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user