Skip to content

feature add lru cache evict #94

feature add lru cache evict

feature add lru cache evict #94

Re-run triggered January 11, 2024 13:56
Status Failure
Total duration 41s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

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