Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 795 Bytes

[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