Update progress.md

pull/1/head
chai2010 2016-01-18 17:47:28 +08:00
parent 5d78f276df
commit 1dcc27524c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
- [x] 9.4 Memory Synchronization
- [x] 9.5 Lazy Initialization: sync.Once
- [x] 9.6 The Race Detector
- [ ] 9.7 Example: Concurrent Non-Blocking Cache
- [x] 9.7 Example: Concurrent Non-Blocking Cache
- [x] 9.8 Goroutines and Threads
- [x] Chapter 10: Packages and the Go Tool
- [x] 10.1 Introduction