Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果两个 go 例程写入同一个通道,我是否必须锁定,或者这是否由 go 自动处理?
通道是安全的,它是内置的。