Centralize dedupe map access behind a mutex-safe helper and use it in both WeCom bot and WeCom app channels to eliminate concurrent map access races while preserving current dedupe behavior. |
||
|---|---|---|
| .. | ||
| aibot.go | ||
| aibot_test.go | ||
| app.go | ||
| app_test.go | ||
| bot.go | ||
| bot_test.go | ||
| common.go | ||
| dedupe.go | ||
| init.go | ||