From 40c088e45dc3bec430e2d8e4fbd631c535d9804d Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 1 Oct 2012 07:30:03 -0700 Subject: [PATCH] note --- src/043-state-goroutine/state-goroutine.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/043-state-goroutine/state-goroutine.go b/src/043-state-goroutine/state-goroutine.go index 7846061..94eeaa5 100644 --- a/src/043-state-goroutine/state-goroutine.go +++ b/src/043-state-goroutine/state-goroutine.go @@ -88,3 +88,5 @@ func main() { finalOpCount := atomic.LoadInt64(&opCount) fmt.Println(finalOpCount) } + +// todo: complement chapter with mutex