fix: ttl bug in case re-lock #127
+1
−1
Merged
Annotations
10 errors and 1 warning
memory.go#L42
declarations should never be cuddled (wsl)
|
memory.go#L43
only one cuddle assignment allowed before range statement (wsl)
|
memory.go#L58
Error return value of `m.Unlock` is not checked (errcheck)
|
memory.go#L71
return statements should not be cuddled if block has more than two lines (wsl)
|
memory.go#L87
variable name 'ok' is too short for the scope of its usage (varnamelen)
|
memory.go#L97
return statements should not be cuddled if block has more than two lines (wsl)
|
memory.go#L104
declarations should never be cuddled (wsl)
|
memory.go#L119
Error return value of `m.Unlock` is not checked (errcheck)
|
memory.go#L152
Error return value of `m.Unlock` is not checked (errcheck)
|
|
memory.go#L192
exported: exported function NewSync should have comment or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading