Most basic operations in Go are not synchronized. In other words, they are not concurrency-safe.

Most basic operations in Go are not synchronized. In other words, they are not concurrency-safe. 

https://go101.org/article/channel.html

原文地址:https://www.cnblogs.com/rsapaper/p/12218704.html