mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
move gofumpt to golang-ci
This commit is contained in:
@@ -256,8 +256,10 @@ const (
|
||||
// Random number state.
|
||||
// We generate random temporary file names so that there's a good
|
||||
// chance the file doesn't exist yet.
|
||||
var randN uint32
|
||||
var randmu sync.Mutex
|
||||
var (
|
||||
randN uint32
|
||||
randmu sync.Mutex
|
||||
)
|
||||
|
||||
// Temp files created in default Tmp dir
|
||||
var globalTestTmpDir = os.TempDir()
|
||||
|
||||
Reference in New Issue
Block a user