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

8 lines
166 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 = true