Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Mar 11, 2022
1 parent 416d3aa commit 06c2e02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.13.3
* Fixed linter issues

## 3.13.2
* Fixed race with read/write pool conns on closing conn

Expand Down
2 changes: 1 addition & 1 deletion internal/conn/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package conn

import (
"context"
"github.com/ydb-platform/ydb-go-sdk/v3/internal/closer"
"sync"
"sync/atomic"
"time"

"google.golang.org/grpc"

"github.com/ydb-platform/ydb-go-sdk/v3/internal/closer"
"github.com/ydb-platform/ydb-go-sdk/v3/internal/endpoint"
"github.com/ydb-platform/ydb-go-sdk/v3/internal/errors"
"github.com/ydb-platform/ydb-go-sdk/v3/trace"
Expand Down
2 changes: 1 addition & 1 deletion internal/meta/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package meta

const (
Version = "ydb-go-sdk/3.13.2"
Version = "ydb-go-sdk/3.13.3"
)

0 comments on commit 06c2e02

Please sign in to comment.