You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Fatalf("Error message")
return logentry.AcceptNothingPredicate{} // actually never executed
all over the code. The decision to quit immediately should be made only at one place in code; until then, normal error handling (by return) should be used.
The text was updated successfully, but these errors were encountered:
Guess it's bad style to have
all over the code. The decision to quit immediately should be made only at one place in code; until then, normal error handling (by
return
) should be used.The text was updated successfully, but these errors were encountered: