We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c8e5d commit bede7d5Copy full SHA for bede7d5
handler.go
@@ -9,7 +9,7 @@ import (
9
10
"github.com/graphql-go/graphql"
11
12
- "golang.org/x/net/context"
+ "context"
13
)
14
15
const (
handler_test.go
@@ -13,7 +13,7 @@ import (
"github.com/graphql-go/graphql/testutil"
"github.com/graphql-go/handler"
16
17
18
19
func decodeResponse(t *testing.T, recorder *httptest.ResponseRecorder) *graphql.Result {
0 commit comments