memos/store/cache
Johnny 4bd0f29ee5 fix: resolve linter warning and cache race condition
- 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
2026-01-14 23:50:37 +08:00
..
cache.go fix: resolve linter warning and cache race condition 2026-01-14 23:50:37 +08:00
cache_test.go chore: fix linter 2025-08-31 20:22:32 +08:00