• Johnny's avatar
    fix: resolve linter warning and cache race condition · 4bd0f29e
    Johnny authored
    - Suppress revive redundant-test-main-exit warning with //nolint
    - Fix data race in cache.Clear() by using Delete() instead of map replacement
    - Both changes maintain correct behavior while fixing CI failures
    4bd0f29e
cache.go 7.39 KB