[go-nuts] Re: Generic error handling with panic, recover, and defer

2022-07-29 Thread Nathaniel Lehrer
Hi mcesar, thanks for putting this together! I'm thinking about using this for our project... Curious if anyone would like to share their experience employing this library? On Tuesday, September 21, 2021 at 1:57:38 PM UTC-7 mces...@gmail.com wrote: > With go 1.18 generics implementation it is

[go-nuts] Re: Generic error handling with panic, recover, and defer

2022-07-29 Thread Nathaniel Lehrer
This is similar, maybe this one is better to use? https://github.com/lainio/err2 On Tuesday, September 21, 2021 at 1:57:38 PM UTC-7 mces...@gmail.com wrote: > With go 1.18 generics implementation it is now possible to provide error > handling functions in a fashion similar to the "try" proposal