Hacker News new | ask | show | jobs
by Deebster 418 days ago
Well, unless you're using threads.

Or did I miss the sarcasm?

2 comments

no sarcasm, the code won't have race conditions and sometimes it's great

I actually recently planned to write a single threaded API to free myself from thinking about race conditions

If you're using Go right, you won't have race conditions.