cleanup: no x/net/context (#3120)

Manual change + mockgen
This commit is contained in:
Menghan Li
2019-10-29 13:06:26 -07:00
committed by GitHub
parent a8f166a036
commit 5367efb805
7 changed files with 14 additions and 6 deletions

View File

@ -4,8 +4,8 @@
package mock_helloworld
import (
context "context"
gomock "github.com/golang/mock/gomock"
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
helloworld "google.golang.org/grpc/examples/helloworld/helloworld"
)