We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b3149 commit bb5d02bCopy full SHA for bb5d02b
internal/transport/transport.go
@@ -19,7 +19,7 @@
19
// Package transport defines and implements message oriented communication
20
// channel to complete various transactions (e.g., an RPC). It is meant for
21
// grpc-internal usage and is not intended to be imported directly by users.
22
-package transport // externally used as import "google.golang.org/grpc/internal/transport"
+package transport
23
24
import (
25
"errors"
0 commit comments