Closed k3a closed 5 years ago
Using second return value of receive operator satisfies the select's case when errors channel is closed, making another for loop iteration unnecessarily.
errors
Sorry, unnecessary pull request. I had a version without errors = nil line for some reason.
Using second return value of receive operator satisfies the select's case when
errors
channel is closed, making another for loop iteration unnecessarily.