Does Go support volatile / non-volatile variables?
I'm new to the language so bear with me. I am curious how GO handles data storage available to threads, in the sense that non-local variables can also be non-volatile, like in Java for instance. ...