move to madmin-go/, pkg/ packages (#765)

This commit is contained in:
Harshavardhana
2021-06-01 11:34:55 -07:00
committed by GitHub
parent 9498f8dcb5
commit eff001b12f
59 changed files with 490 additions and 471 deletions

View File

@@ -21,7 +21,7 @@ import (
"errors"
"testing"
"github.com/minio/minio/pkg/madmin"
"github.com/minio/madmin-go"
asrt "github.com/stretchr/testify/assert"
)