golang: Fix recover to clear current exception
Else the exception, even if it was recovered from, will be included as cause for next raised exception. See added test for details.
Showing
Please register or sign in to comment
Else the exception, even if it was recovered from, will be included as cause for next raised exception. See added test for details.