Other: Lint fixes

This commit is contained in:
James Houlahan
2022-10-27 11:14:36 +02:00
parent d4da325e57
commit 7e03de0a21
4 changed files with 4 additions and 12 deletions

View File

@ -24,7 +24,7 @@ import (
"golang.org/x/exp/slices"
)
var nextMutexID uint64
var nextMutexID uint64 // nolint:gochecknoglobals
// Mutex is a mutex that can be locked and unlocked.
type Mutex interface {