Skip to content

Commit ecbd3f5

Browse files
committed
format imports
1 parent a6325ed commit ecbd3f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* Fixed stop reader by grpc stream shutdown
12
* Improved code with `go-critic` linter
23
* Added session info into `database/sql` event `connected`
34

internal/topic/retriable_error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package topic
33
import (
44
"errors"
55
"fmt"
6-
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xerrors"
76
"io"
87
"time"
98

109
"github.com/ydb-platform/ydb-go-sdk/v3/internal/backoff"
10+
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xerrors"
1111
"github.com/ydb-platform/ydb-go-sdk/v3/retry"
1212
)
1313

0 commit comments

Comments
 (0)