7 lines
128 B
Go
7 lines
128 B
Go
//go:build race
|
|
|
|
package plugins
|
|
|
|
// raceEnabled indicates if the binary was built with race detection
|
|
const raceEnabled = true
|