I'm relatively new to Go, and I need to make a variable thread-safe. I know in java you can just use the synchronized
keyword, but nothing like that seems to exist in go. Is there any way to synchronize variables?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…