mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-17 08:05:07 +00:00
f16bfda2f2
This is an effort to remove panic from the source. Add a new call called CriticialIf, that calls LogIf and exits. Replace panics with one of CriticalIf, FatalIf and a return of error.