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