diff options
Diffstat (limited to 'transport')
| -rw-r--r-- | transport/stream_conn.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/transport/stream_conn.go b/transport/stream_conn.go index e936318..a67e6a4 100644 --- a/transport/stream_conn.go +++ b/transport/stream_conn.go @@ -4,10 +4,11 @@ import ( "bytes" "encoding/binary" "fmt" - "google.golang.org/protobuf/proto" "io" "sync" "time" + + "google.golang.org/protobuf/proto" ) const ( |
