mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 06:28:40 +00:00
 #22740
5 lines
152 B
Go
5 lines
152 B
Go
// Package race can be used to detect if -race is enabled.
|
|
package race
|
|
|
|
// Enabled is true if -race is enabled, false otherwise.
|
|
var Enabled = enabled
|