You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since only one error is captured, there is no need for `make([]error, 2)` and index logic.
Instead, last error is captured and returned.
Additionally, `sync.WaitGroup` exists, but there was no goroutines spawned.
So, added `go` keyword to spawn goroutines.
0 commit comments