Skip to content

Commit

Permalink
remove 'external import' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Jul 11, 2018
1 parent d7b3149 commit bb5d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Package transport defines and implements message oriented communication
// channel to complete various transactions (e.g., an RPC). It is meant for
// grpc-internal usage and is not intended to be imported directly by users.
package transport // externally used as import "google.golang.org/grpc/internal/transport"
package transport

import (
"errors"
Expand Down

0 comments on commit bb5d02b

Please sign in to comment.