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 fi
t;>
>> 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
ry interested in what people 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...@