diff options
Diffstat (limited to 'pkg/sync/race_unsafe.go')
-rw-r--r-- | pkg/sync/race_unsafe.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sync/race_unsafe.go b/pkg/sync/race_unsafe.go index 59985c270..381163cac 100644 --- a/pkg/sync/race_unsafe.go +++ b/pkg/sync/race_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 |