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

@@ -20,7 +20,7 @@ package target
import (
"testing"
xnet "github.com/minio/minio/internal/net"
xnet "github.com/minio/pkg/net"
)
func TestNSQArgs_Validate(t *testing.T) {