coder/testutil/race_on.go

8 lines
65 B
Go

//go:build race
package testutil
const (
raceEnabled = true
)