Re: [go-nuts] Go 2 Error Handler Testing

2018-10-31 Thread Liam Breck
On Tue, Oct 30, 2018, 4:08 PM Burak Serdar wrote: > On Tue, Oct 30, 2018 at 2:15 PM Liam wrote: > > > > I've compiled an outline of Requirements to Consider for Go 2 Error > Handling. > https://gist.github.com/networkimprov/961c9caa2631ad3b95413f7d44a2c98a > > > > Recently I was asked about sup

Re: [go-nuts] Go 2 Error Handler Testing

2018-10-30 Thread Burak Serdar
On Tue, Oct 30, 2018 at 2:15 PM Liam wrote: > > I've compiled an outline of Requirements to Consider for Go 2 Error Handling. > > Recently I was asked about support for a test harness in functions that > contain error handlers; my document doesn't address this. My first guess is > that the tooli