mirror of
https://github.com/kopia/kopia.git
synced 2026-03-27 10:32:08 -04:00
7 lines
81 B
Go
7 lines
81 B
Go
//go:build !race
|
|
// +build !race
|
|
|
|
package testutil
|
|
|
|
const isRaceDetector = false
|