8 lines
168 B
Go
8 lines
168 B
Go
//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 = false
|