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:
alex 023 2018-05-09 11:47:50 +08:00 committed by GitHub
parent bd4f73af67
commit 2a97fae704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{}