mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Provide new pkgs/utils for generic functions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "io/ioutil"
|
||||
|
||||
func MakeTempTestDir() (string, error) {
|
||||
return ioutil.TempDir("/tmp", "minio-test-")
|
||||
}
|
||||
Reference in New Issue
Block a user