Files
mautrix-telegram/pkg/gotd/testutil/race_disabled.go
T
2025-06-27 20:03:37 -07:00

8 lines
120 B
Go

//go:build !race
// +build !race
package testutil
// Race reports if the race detector is enabled.
const Race = false