race.go 140 Bytes
Newer Older
Juan Batiz-Benet's avatar
v1  
Juan Batiz-Benet committed
1 2 3 4 5 6 7
package detectrace

// WithRace returns whether the binary was compiled
// with the race flag on.
func WithRace() bool {
	return withRace
}