Files
cloudly-min/.rclone_repo/lib/israce/israce.go
2020-01-13 03:37:51 +00:00

10 lines
282 B
Go
Executable File

// +build race
// Package israce reports if the Go race detector is enabled.
//
// From https://stackoverflow.com/questions/44944959/how-can-i-check-if-the-race-detector-is-enabled-at-runtime
package israce
// Enabled reports if the race detector is enabled.
const Enabled = true