Files

8 lines
117 B
Go

//go:build race
// +build race
package testutil
// Race reports if the race detector is enabled.
const Race = true