rsaLive opened a new issue, #2007:
URL: https://github.com/apache/dubbo-go/issues/2007
想使用 defer recover() ,全局捕获异常,请问该怎么写?
defer func() {
if errP := recover(); errP != nil {
fmt.Println("errp =================", errP)
}
}()
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]