internal: move leakcheck to internal/ (#2129)

internal: move leakcheck to internal/
This commit is contained in:
Jean de Klerk
2018-06-07 16:57:56 -07:00
committed by GitHub
parent 26ac8d285c
commit 0e5a36b652
17 changed files with 15 additions and 15 deletions

View File

@ -28,7 +28,7 @@ import (
"google.golang.org/grpc/balancer"
"google.golang.org/grpc/connectivity"
_ "google.golang.org/grpc/grpclog/glogger"
"google.golang.org/grpc/test/leakcheck"
"google.golang.org/grpc/internal/leakcheck"
"google.golang.org/grpc/transport"
)