/safe

(POC) A tiny lib to easily manage Panics when you need it.

Primary LanguageGoApache License 2.0Apache-2.0

[WIP] safe

Licence Go Doc Go Report Card Go coverage

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.

How to

TODO

Quick Example

TODO

TODO

  • remove useless gofunc ...
  • Write readme