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

8 lines
117 B
Go

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