From 2a8feaa4a9da7a3511089c973a7c2ab9f4a62343 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 4 Jan 2016 21:13:44 +0800 Subject: [PATCH] Update progress.md --- progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.md b/progress.md index cdd13f1..15c1fd9 100644 --- a/progress.md +++ b/progress.md @@ -83,7 +83,7 @@ - [x] 9.3 Read/Write Mutexes: sync.RWMutex - [ ] 9.4 Memory Synchronization - [ ] 9.5 Lazy Initialization: sync.Once - - [ ] 9.6 The Race Detector + - [x] 9.6 The Race Detector - [ ] 9.7 Example: Concurrent Non-Blocking Cache - [ ] 9.8 Goroutines and Threads - [x] Chapter 10: Packages and the Go Tool