Open mfateev opened 4 years ago
A return statement defined within the function body is not executed during panic handling, so the value of retError variable defined within the body is ignored leading to silent drop of the panic within the function body.
A return statement defined within the function body is not executed during panic handling, so the value of retError variable defined within the body is ignored leading to silent drop of the panic within the function body.