cleanup: replace "x/net/context" import with "context" (#2439)
This commit is contained in:
balancer.go
balancer
balancer_switching_test.gobalancer_test.gobalancer_v1_wrapper.gobenchmark
call.gocall_test.gochannelz/service
clientconn.goclientconn_state_transition_test.goclientconn_test.goconnectivity
credentials
dialoptions.goexamples
helloworld
oauth
route_guide
rpc_errors
health
interceptor.gointernal
interop
metadata
naming
peer
picker_wrapper.gopicker_wrapper_test.gopickfirst.gopickfirst_test.goproxy_test.goreflection
resolver/dns
server.goserver_test.gostats
stream.gostress
tap
test
vet.sh@ -21,10 +21,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"log"
|
||||
"net"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
"google.golang.org/grpc"
|
||||
pb "google.golang.org/grpc/examples/helloworld/helloworld"
|
||||
"google.golang.org/grpc/reflection"
|
||||
|
Reference in New Issue
Block a user