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

@@ -29,8 +29,8 @@ import (
xhttp "github.com/minio/minio/internal/http"
"github.com/minio/minio/internal/logger"
"github.com/minio/minio/internal/rest"
"github.com/minio/minio/internal/sync/errgroup"
xnet "github.com/minio/pkg/net"
"github.com/minio/pkg/sync/errgroup"
)
var errPeerOffline = errors.New("peer is offline")