• 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
Name
Last commit
Last update
..
Dockerfile Loading commit data...
README.md Loading commit data...
activity_test.go Loading commit data...
attachment_filter_test.go Loading commit data...
attachment_test.go Loading commit data...
containers.go Loading commit data...
filter_helpers_test.go Loading commit data...
idp_test.go Loading commit data...
inbox_test.go Loading commit data...
instance_setting_test.go Loading commit data...
main_test.go Loading commit data...
memo_filter_test.go Loading commit data...
memo_relation_test.go Loading commit data...
memo_test.go Loading commit data...
migrator_test.go Loading commit data...
reaction_test.go Loading commit data...
store.go Loading commit data...
user_setting_test.go Loading commit data...
user_test.go Loading commit data...