From 8a2cef33539c9546bd176c93ee751881976bd8c9 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sat, 9 Jan 2016 16:01:11 +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 62e5078..a789c85 100644 --- a/progress.md +++ b/progress.md @@ -85,7 +85,7 @@ - [ ] 9.5 Lazy Initialization: sync.Once - [x] 9.6 The Race Detector - [ ] 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] 10.1 Introduction - [x] 10.2 Import Paths