overdue
This commit is contained in:
9
.rclone_repo/lib/israce/israce.go
Executable file
9
.rclone_repo/lib/israce/israce.go
Executable file
@@ -0,0 +1,9 @@
|
||||
// +build race
|
||||
|
||||
// Package israce reports if the Go race detector is enabled.
|
||||
//
|
||||
// From https://stackoverflow.com/questions/44944959/how-can-i-check-if-the-race-detector-is-enabled-at-runtime
|
||||
package israce
|
||||
|
||||
// Enabled reports if the race detector is enabled.
|
||||
const Enabled = true
|
||||
Reference in New Issue
Block a user