mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
7 lines
117 B
Go
7 lines
117 B
Go
//go:build !race
|
|
|
|
package helpers
|
|
|
|
// RaceEnabled reports if the race detector is enabled.
|
|
const RaceEnabled = false
|