o3 icon indicating copy to clipboard operation
o3 copied to clipboard

Use errors instead of panic in dispatching/serialization

Open keks opened this issue 5 years ago • 0 comments

Functions starting with dispatch don't return an error but fail with panics. These are caught in sendLoop. Using error values would be much more idiomatic go.

keks avatar Dec 13 '18 19:12 keks