Panic vs Fatal #3530
Unanswered
alexmozaidze
asked this question in
Q&A
Panic vs Fatal
#3530
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Panic and Fatal look really similar, but there is a difference that may change the normal control flow of the program: Fatal doesn't run defers.
I did a quick search over the repo and found many uses of Fatal, which is a bit concerning to me. Are these Fatal calls tracked to ensure behaviour correctness or not?
Beta Was this translation helpful? Give feedback.
All reactions