move internal/net to pkg/net package (#12505)

This commit is contained in:
Harshavardhana
2021-06-14 14:54:37 -07:00
committed by GitHub
parent ed6cc66cf4
commit da74e2f167
45 changed files with 45 additions and 1096 deletions

View File

@@ -22,7 +22,7 @@ import (
"net/http/httptest"
"testing"
xnet "github.com/minio/minio/internal/net"
xnet "github.com/minio/pkg/net"
)
type errorValidator struct{}