diff options
| author | Marin Ivanov <[email protected]> | 2026-01-12 12:41:09 +0200 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2026-01-12 12:41:09 +0200 |
| commit | 7312bd2c5d4672f238520cd41f219d6aaa4fe95c (patch) | |
| tree | 37bbdb2134c6f82cfd90289329042316b10902bb /transport | |
| parent | 09c04108a0cb7020b9016bcef9bfcc34da325747 (diff) | |
fmtrelease
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 ( |
