From 1dcc27524c508eaec661ea8eca54922d9a4b05d7 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 18 Jan 2016 17:47:28 +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 2bb4bf1..fee5f7a 100644 --- a/progress.md +++ b/progress.md @@ -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