internal/testutil/race/race.go (
2
lines of code) (
raw
):
//go:build race // Package israce reports if the Go race detector is enabled. package race // Enabled reports if the race detector is enabled. const Enabled = true