1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-08 12:34:53 +02:00
rclone/lib/israce/norace.go
2021-09-09 20:43:59 +03:00

11 lines
301 B
Go

//go:build !race
// +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