Files
bifrost/framework/plugins/race_disabled.go
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

7 lines
130 B
Go

//go:build !race
package plugins
// raceEnabled indicates if the binary was built with race detection
const raceEnabled = false