mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-30 20:15:40 +00:00
7 lines
58 B
Go
7 lines
58 B
Go
|
// +build !race
|
||
|
|
||
|
package mgo
|
||
|
|
||
|
const raceDetector = false
|
||
|
|