From 3f5ea69311dfde98b7a5bd989175d8034b3ffb9c Mon Sep 17 00:00:00 2001 From: chai2010 Date: Thu, 31 Dec 2015 22:24:27 +0800 Subject: [PATCH] Update progress.md --- progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progress.md b/progress.md index b6832f5..dce106b 100644 --- a/progress.md +++ b/progress.md @@ -77,7 +77,7 @@ - [x] 8.8 Example: Concurrent Directory Traversal - [x] 8.9 Cancellation - [x] 8.10 Example: Chat Server -- [ ] Chapter 9: Concurrency with Shared Variables +- [x] Chapter 9: Concurrency with Shared Variables - [ ] 9.1 Race Conditions - [ ] 9.2 Mutual Exclusion: sync.Mutex - [ ] 9.3 Read/Write Mutexes: sync.RWMutex @@ -104,7 +104,7 @@ - [x] Chapter 12: Reflection - [x] 12.1 Why Reflection? - [x] 12.2 reflect.Type and reflect.Value - - [ ] 12.3 Display, a Recursive Value Printer + - [x] 12.3 Display, a Recursive Value Printer - [ ] 12.4 Example: Encoding S-Expressions - [ ] 12.5 Setting Variables with reflect.Value - [ ] 12.6 Example: Decoding S-Expressions