io.ReadAll errors were silently discarded with `body, _ := io.ReadAll(...)`, which could cause empty or partial data to be used for JSON unmarshaling or error messages. This adds proper error checks for all instances. |
||
|---|---|---|
| .. | ||
| aibot.go | ||
| aibot_test.go | ||
| app.go | ||
| app_test.go | ||
| bot.go | ||
| bot_test.go | ||
| common.go | ||
| dedupe.go | ||
| dedupe_test.go | ||
| init.go | ||