Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 474 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 474 Bytes

go-catch

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.


drawing