7 lines
179 B
Go
7 lines
179 B
Go
//go:build !migrated_fynedo
|
|
|
|
package build
|
|
|
|
// DisableThreadChecks set to false enables the thread safety checks for logging of incorrect usage.
|
|
const DisableThreadChecks = false
|