golangci / golangci-lint

Fast linters runner for Go
https://golangci-lint.run
GNU General Public License v3.0
15.74k stars 1.39k forks source link

dev: improve readability and maintenance of `internal/cache` #5101

Closed ldez closed 2 weeks ago

ldez commented 2 weeks ago

Before reviewing the content of this PR, and if you want, I propose a quick "game" to illustrate the goal of this PR:

Extends stopwatch to simplify the usage.

Isolates usage of iosem.

Factorizes methods to increase the readability.

Follows #5100