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
I dunno what I'm doing wrong, but I'm trying to incorporate a waitgroup and a cancellable context, and I'm struggling to get anything out of this. The code below isn't producing the exact same thing, but I'm struggling to extract my code.
For some reason, the code above for me seems to go into the line == nil branch and I'm struggling to figure out why. Any thoughts on what I could be doing wrong here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I dunno what I'm doing wrong, but I'm trying to incorporate a waitgroup and a cancellable context, and I'm struggling to get anything out of this. The code below isn't producing the exact same thing, but I'm struggling to extract my code.
For some reason, the code above for me seems to go into the
line == nil
branch and I'm struggling to figure out why. Any thoughts on what I could be doing wrong here?Beta Was this translation helpful? Give feedback.
All reactions