typestatusdateslugsummarytagscategoryiconpasswordGolang 中 goroutine 中的运行是无序的,如果要让多个 goroutine 顺序执行,例如每个 goroutine 在并行执行时顺序打印 0-9,这里记录一种通过 atomic 包的原子操作来实现的方法。