[go-nuts] Filtering a type of test in the whole project

2021-02-08 Thread Johan Martinsson
I would like to separate my tests into different test suites. The first one is the regular unit tests and the second one is tests that might fail from time to time (they include external web services). The ways to do this go that I have found are 1. Use build tags 2. Provide a list of

[go-nuts] Re: Reduced error handling noice

2020-10-08 Thread Johan Martinsson
globalErr := multierr.Combine(err1, err2, err3) >> return connection{ >> tenantID, >> clientID, >> clientSecret, >> }, globalErr >> >> There's some more detail in a post >> http://martinsson-johan.blogspot.com/2020/10/less-error-handling

[go-nuts] Reduced error handling noice

2020-10-07 Thread Johan Martinsson
ple from the community thinks. Cheers Johan Martinsson -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view