SAFE is a tiny lib to easily manage Panics when you need it. It's designed to define the behavior of a Panic for the functions where you want it. The goal is absolutely not to catch all the Panics, but only to target the ones we want to handle.
TODO
TODO
- remove useless gofunc ...
- Write readme