Skip to content

feature add lru cache evict #92

feature add lru cache evict

feature add lru cache evict #92

Re-run triggered January 3, 2024 10:21
Status Failure
Total duration 30s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint: memory/lru/cache.go#L162
S1008: should use 'return !elem.Value.isExpired()' instead of 'if elem.Value.isExpired() { return false }; return true' (gosimple)
lint
issues found