Exercise: counter with lock
Take the example we saw earlier where we counted in several goroutines and apply the Mutex locks to ensure it does not miss a count.
Take the example we saw earlier where we counted in several goroutines and apply the Mutex locks to ensure it does not miss a count.