Hacker News new | ask | show | jobs
by gigatexal 1998 days ago
From the code sample in the article I didn’t know you could append to a slice from within a go func
1 comments

As long as you use the mutex locks
Of course. I see that now it’s so obvious not sure why I didn’t see that earlier.