mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
Other: Lint fixes
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user