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
synchronized
Is there any way to synchronize variables?
No.