build: Enable gometalinter "unconvert" check
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
threshold = time.Duration(100 * time.Millisecond)
|
||||
threshold = 100 * time.Millisecond
|
||||
l = logger.DefaultLogger.NewFacility("sync", "Mutexes")
|
||||
|
||||
// We make an exception in this package and have an actual "if debug { ...
|
||||
|
||||
Reference in New Issue
Block a user