Skip to content

Commit bb5d02b

Browse files
committed
remove 'external import' comment
1 parent d7b3149 commit bb5d02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/transport/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// Package transport defines and implements message oriented communication
2020
// channel to complete various transactions (e.g., an RPC). It is meant for
2121
// 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"
22+
package transport
2323

2424
import (
2525
"errors"

0 commit comments

Comments
 (0)