coder/testutil/race_off.go

8 lines
67 B
Go

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