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. |
||
|---|---|---|
| .. | ||
| app.go | ||
| channel.go | ||
| gateway_posix.go | ||
| gateway_windows.go | ||
| menu.go | ||
| model.go | ||
| style.go | ||