Files
mautrix-telegram/pkg/gotd/testutil/race_enabled.go
T

8 lines
117 B
Go

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