Merge commit 'c98792e3bfa2568da69eccedc4bd4b3c2201d2a7'

This commit is contained in:
Mark McGranaghan
2013-01-07 04:25:41 -08:00

View File

@@ -46,6 +46,3 @@ func main() {
opsFinal := atomic.LoadUint64(&ops)
fmt.Println("ops:", opsFinal)
}
// Next we'll look at another approach to managing state:
// mutexes.