|
|
|
|
|
by dx034
895 days ago
|
|
I'd disagree with most of that, but the panic in goroutines really hits home. It's so annoying to remember implementing recover in every goroutine started to avoid crashing your application. I don't get why there's no global recover option that can recover from panic's in goroutines as well. |
|
Crash is significantly easier to detect and understand than deadlock.