The go 1.13 version of errors will have the `Is`, `As`, and `Unwrap` which make this almost a standard in go. They expect you to be able to unwrap but have not created a normal way to wrap.…
I think the proposal's intent was great but had some serious issues. I created my own proposal that I think addresses the issues. I would love some constructive feedback. https://github.com/golang/go/issues/33161
If CoolAJ86 made it, I trust it.
The go 1.13 version of errors will have the `Is`, `As`, and `Unwrap` which make this almost a standard in go. They expect you to be able to unwrap but have not created a normal way to wrap.…
I think the proposal's intent was great but had some serious issues. I created my own proposal that I think addresses the issues. I would love some constructive feedback. https://github.com/golang/go/issues/33161
If CoolAJ86 made it, I trust it.