transport: move to internal to make room for new, public transport API (#2212)

This is a breaking change, but the transport package was never intended for use outside of grpc.  Any current users that we are aware of are incorrect or have a preferred alternative.
This commit is contained in:
dfawley
2018-07-11 11:22:45 -07:00
committed by GitHub
parent f57a529f33
commit 11b582728a
27 changed files with 13 additions and 13 deletions

View File

@ -27,7 +27,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc/internal/leakcheck"
"google.golang.org/grpc/transport"
"google.golang.org/grpc/internal/transport"
)
type emptyServiceServer interface{}