4 ms·
> So is calling abort(). (Which is the Unix way to do what you described. But in gui applications and servers, you will need to catch and report the error in s
by never_inline 2y ago
> So is calling abort(). (Which is the Unix way to do what you described.
But in gui applications and servers, you will need to catch and report the error in some intermediate boundary, not exit the application. That's where go falls short.