replace x/net/context by standard package

This commit is contained in:
Antoine GIRARD
2018-10-27 14:38:16 +02:00
parent 9dcd33a902
commit 5b36321dcc
16 changed files with 21 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
package oauth2
import (
"context"
"errors"
"fmt"
"io/ioutil"
@@ -13,8 +14,6 @@ import (
"net/url"
"testing"
"time"
"golang.org/x/net/context"
)
type mockTransport struct {