diff options
Diffstat (limited to 'pkg/sync/checklocks_on_unsafe.go')
-rw-r--r-- | pkg/sync/checklocks_on_unsafe.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sync/checklocks_on_unsafe.go b/pkg/sync/checklocks_on_unsafe.go index 24f933ed1..f2bfde083 100644 --- a/pkg/sync/checklocks_on_unsafe.go +++ b/pkg/sync/checklocks_on_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 checklocks // +build checklocks package sync |