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

@ -26,7 +26,7 @@ import (
"time"
"golang.org/x/net/context"
"google.golang.org/grpc/test/leakcheck"
"google.golang.org/grpc/internal/leakcheck"
"google.golang.org/grpc/transport"
)