mirror of
https://github.com/minio/minio.git
synced 2025-01-13 07:53:21 -05:00
6 lines
57 B
Go
6 lines
57 B
Go
|
// +build !race
|
||
|
|
||
|
package mgo
|
||
|
|
||
|
const raceDetector = false
|