Duplicated footer text
The text announcing mutexes is already on atomic-counters.sh, it's showing twice.
This commit is contained in:
parent
56407fb60e
commit
c98792e3bf
@ -46,6 +46,3 @@ func main() {
|
|||||||
opsFinal := atomic.LoadUint64(&ops)
|
opsFinal := atomic.LoadUint64(&ops)
|
||||||
fmt.Println("ops:", opsFinal)
|
fmt.Println("ops:", opsFinal)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Next we'll look at another approach to managing state:
|
|
||||||
// mutexes.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user