Update progress.md

This commit is contained in:
chai2010 2016-01-09 16:01:11 +08:00
parent 2f5fe68cf0
commit 8a2cef3353

View File

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