o3
o3 copied to clipboard
Use errors instead of panic in dispatching/serialization
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.