forked from TrueCloudLab/frostfs-sdk-go
Merge pull request #30 from masterSplinter01/misc/26-move-pkg-subfolders
Move /pkg subfolders to the root
This commit is contained in:
commit
c55ae2c13f
29 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/nspcc-dev/neofs-sdk-go/pkg/policy"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/policy"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
"github.com/antlr/antlr4/runtime/Go/antlr"
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/netmap"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/pkg/policy/parser"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/policy/parser"
|
||||
)
|
||||
|
||||
var (
|
|
@ -169,6 +169,7 @@ func updateNodesHealth(ctx context.Context, p *pool, options *BuilderOptions, bu
|
|||
wg := sync.WaitGroup{}
|
||||
for i, cPack := range p.clientPacks {
|
||||
wg.Add(1)
|
||||
|
||||
go func(i int, client client.Client) {
|
||||
defer wg.Done()
|
||||
var (
|
Loading…
Reference in a new issue