Use 'minio/pkg/sync/errgroup' and 'minio/pkg/workers' (#17069)

This commit is contained in:
Praveen raj Mani
2023-04-26 11:27:40 +05:30
committed by GitHub
parent b1f3935c5b
commit 72802a5972
26 changed files with 28 additions and 424 deletions

View File

@@ -32,7 +32,7 @@ import (
"github.com/minio/madmin-go/v2"
minio "github.com/minio/minio-go/v7"
"github.com/minio/minio/internal/sync/errgroup"
"github.com/minio/pkg/sync/errgroup"
)
func runAllIAMConcurrencyTests(suite *TestSuiteIAM, c *check) {