Files
kjol/tools/tsgo/internal/testutil/race/norace.go
2026-07-09 16:50:43 -04:00

8 lines
168 B
Go

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