mirror of
https://github.com/minio/minio.git
synced 2025-11-29 21:33:31 -05:00
xl: refactor functions to xl-v1-common.go xl-v1-utils.go. (#1357)
This commit is contained in:
committed by
Harshavardhana
parent
becc814531
commit
8c85815106
@@ -29,7 +29,7 @@ var _ = Suite(&MySuite{})
|
||||
|
||||
func (s *MySuite) TestAPISuite(c *C) {
|
||||
var storageList []string
|
||||
create := func() *objectAPI {
|
||||
create := func() objectAPI {
|
||||
path, err := ioutil.TempDir(os.TempDir(), "minio-")
|
||||
c.Check(err, IsNil)
|
||||
storageAPI, err := newFS(path)
|
||||
|
||||
Reference in New Issue
Block a user