rclone/lib/israce/norace.go

10 lines
285 B
Go
Raw Normal View History

2021-09-09 14:25:25 +02:00
//go: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 = false