first commit
This commit is contained in:
6
framework/plugins/race_enabled.go
Normal file
6
framework/plugins/race_enabled.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build race
|
||||
|
||||
package plugins
|
||||
|
||||
// raceEnabled indicates if the binary was built with race detection
|
||||
const raceEnabled = true
|
||||
Reference in New Issue
Block a user