mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 15:23:29 +03:00
Moving gateway and storage driver to packages
This commit is contained in:
@@ -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