From 39ab5012c936720d54c155fbf25c2d4f4440e806 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Tue, 29 Dec 2015 13:58:37 +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 e64a4f1..4e72125 100644 --- a/progress.md +++ b/progress.md @@ -69,7 +69,7 @@ - [x] Chapter 8: Goroutines and Channels - [x] 8.1 Goroutines - [x] 8.2 Example: Concurrent Clock Server - - [ ] 8.3 Example: Concu rent Echo Server + - [x] 8.3 Example: Concu rent Echo Server - [ ] 8.4 Channels - [ ] 8.5 Looping in Parallel - [x] 8.6 Example: Concurrent Web Crawler