adjust import order (#1311)

This commit is contained in:
田欧
2017-07-06 00:03:39 +08:00
committed by dfawley
parent 3c33c26290
commit 0100e4262c
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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.