Hacker News new | ask | show | jobs
by lacksconfidence 2822 days ago
go has something in the same general area of error handling called panic/recover. It's not exceptions in the normal sense, and devs expect nothing should panic across api boundaries.