Hacker News new | ask | show | jobs
by placeybordeaux 3406 days ago
I've used it before for a tool that transforms code that throws away an error code to code that takes the error code and panics if not nil.

https://github.com/placeybordeaux/panic-attack

The package works fine, but I can't say it was fun to work with.