diff --git a/go16.go b/go16.go index 6775d23c..f3dbf217 100644 --- a/go16.go +++ b/go16.go @@ -27,11 +27,10 @@ import ( "net/http" "os" + "golang.org/x/net/context" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/grpc/transport" - - "golang.org/x/net/context" ) // dialContext connects to the address on the named network. diff --git a/go17.go b/go17.go index 66501b0f..a3421d99 100644 --- a/go17.go +++ b/go17.go @@ -27,11 +27,10 @@ import ( "net/http" "os" + netctx "golang.org/x/net/context" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/grpc/transport" - - netctx "golang.org/x/net/context" ) // dialContext connects to the address on the named network.