Merge pull request #30 from masterSplinter01/misc/26-move-pkg-subfolders

Move /pkg subfolders to the root
remotes/fyrchik/master
Alex Vanin 2021-07-28 15:21:17 +03:00 committed by GitHub
commit c55ae2c13f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 3 additions and 2 deletions

View File

@ -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"
)

View File

@ -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 (

View File

@ -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 (