go-catch is a little library for helping us to execute code in function wrapper safely (if needed) and separate our action clearly when return an error.
NOTE
Recover a panic error is only for several use only based on Effective Go.
go-catch is a little library for helping us to execute code in function wrapper safely (if needed) and separate our action clearly when return an error.
NOTE
Recover a panic error is only for several use only based on Effective Go.