github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/lib/israce/israce.go (about) 1 // +build race 2 3 // Package israce reports if the Go race detector is enabled. 4 // 5 // From https://stackoverflow.com/questions/44944959/how-can-i-check-if-the-race-detector-is-enabled-at-runtime 6 package israce 7 8 // Enabled reports if the race detector is enabled. 9 const Enabled = true