diff options
Diffstat (limited to 'pkg/sync/norace_unsafe.go')
-rw-r--r-- | pkg/sync/norace_unsafe.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sync/norace_unsafe.go b/pkg/sync/norace_unsafe.go index 70b5f3a5e..8eca99134 100644 --- a/pkg/sync/norace_unsafe.go +++ b/pkg/sync/norace_unsafe.go @@ -3,6 +3,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !race // +build !race package sync |