uquic/integrationtests/tools/israce/norace.go
2022-08-10 03:42:14 -07:00

6 lines
108 B
Go

//go:build !race
package israce
// Enabled reports if the race detector is enabled.
const Enabled = false