Update progress.md

This commit is contained in:
chai2010 2015-12-14 11:29:14 +08:00
parent 0c93d67849
commit 44532b45b5

View File

@ -75,7 +75,7 @@
- [x] 8.6 Example: Concurrent Web Crawler - [x] 8.6 Example: Concurrent Web Crawler
- [ ] 8.7 Multiplexing with select - [ ] 8.7 Multiplexing with select
- [x] 8.8 Example: Concurrent Directory Traversal - [x] 8.8 Example: Concurrent Directory Traversal
- [ ] 8.9 Cancellation - [x] 8.9 Cancellation
- [ ] 8.10 Example: Chat Server - [ ] 8.10 Example: Chat Server
- [ ] Chapter 9: Concurrency with Shared Variables - [ ] Chapter 9: Concurrency with Shared Variables
- [ ] 9.1 Race Conditions - [ ] 9.1 Race Conditions
@ -98,7 +98,7 @@
- [x] 11.1 The go test Tool - [x] 11.1 The go test Tool
- [ ] 11.2 Test Functions - [ ] 11.2 Test Functions
- [x] 11.3 Coverage - [x] 11.3 Coverage
- [ ] 11.4 Benchmark Functions - [x] 11.4 Benchmark Functions
- [x] 11.5 Profiling - [x] 11.5 Profiling
- [x] 11.6 Example Functions - [x] 11.6 Example Functions
- [x] Chapter 12: Reflection - [x] Chapter 12: Reflection
@ -117,6 +117,5 @@
- [x] 13.3 Example: Deep Equivalence - [x] 13.3 Example: Deep Equivalence
- [x] 13.4 Calling C Code with cgo - [x] 13.4 Calling C Code with cgo
- [x] 13.5 Another Word of Caution - [x] 13.5 Another Word of Caution
- [ ] Exercise and Answer
- [ ] Errata - [ ] Errata