mirror of
https://github.com/minio/minio.git
synced 2025-12-06 07:42:32 -05:00
Moving gateway and storage driver to packages
This commit is contained in:
7
pkgs/miniotest/helpers.go
Normal file
7
pkgs/miniotest/helpers.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package miniotest
|
||||
|
||||
import "io/ioutil"
|
||||
|
||||
func MakeTempTestDir() (string, error) {
|
||||
return ioutil.TempDir("/tmp", "minio-test-")
|
||||
}
|
||||
Reference in New Issue
Block a user