adjust import order (#1311)
This commit is contained in:
3
go16.go
3
go16.go
@ -27,11 +27,10 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"golang.org/x/net/context"
|
||||||
"google.golang.org/grpc/codes"
|
"google.golang.org/grpc/codes"
|
||||||
"google.golang.org/grpc/status"
|
"google.golang.org/grpc/status"
|
||||||
"google.golang.org/grpc/transport"
|
"google.golang.org/grpc/transport"
|
||||||
|
|
||||||
"golang.org/x/net/context"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// dialContext connects to the address on the named network.
|
// dialContext connects to the address on the named network.
|
||||||
|
3
go17.go
3
go17.go
@ -27,11 +27,10 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
netctx "golang.org/x/net/context"
|
||||||
"google.golang.org/grpc/codes"
|
"google.golang.org/grpc/codes"
|
||||||
"google.golang.org/grpc/status"
|
"google.golang.org/grpc/status"
|
||||||
"google.golang.org/grpc/transport"
|
"google.golang.org/grpc/transport"
|
||||||
|
|
||||||
netctx "golang.org/x/net/context"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// dialContext connects to the address on the named network.
|
// dialContext connects to the address on the named network.
|
||||||
|
Reference in New Issue
Block a user