cleanup: replace "x/net/context" import with "context" ()

This commit is contained in:
Doug Fawley
2018-11-12 13:30:41 -08:00
committed by GitHub
parent eb55fa50e6
commit 04ea82009c
91 changed files with 97 additions and 118 deletions
balancer.go
balancer
balancer_switching_test.gobalancer_test.gobalancer_v1_wrapper.go
benchmark
call.gocall_test.go
channelz/service
clientconn.goclientconn_state_transition_test.goclientconn_test.go
connectivity
credentials
dialoptions.go
examples
helloworld
greeter_client
greeter_server
mock_helloworld
oauth
client
server
route_guide
client
mock_routeguide
server
rpc_errors
client
server
health
interceptor.go
internal
interop
metadata
naming
peer
picker_wrapper.gopicker_wrapper_test.gopickfirst.gopickfirst_test.goproxy_test.go
reflection
resolver/dns
server.goserver_test.go
stats
stream.go
stress
client
metrics_client
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"