From c20fdbfa88c0fada4a2a0c7bc417581347595c89 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sun, 13 Dec 2015 19:12:07 +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 2062437..517115e 100644 --- a/progress.md +++ b/progress.md @@ -103,7 +103,7 @@ - [x] 11.6 Example Functions - [x] Chapter 12: Reflection - [x] 12.1 Why Reflection? - - [ ] 12.2 reflect.Type and reflect.Value + - [x] 12.2 reflect.Type and reflect.Value - [ ] 12.3 Display, a Recursive Value Printer - [ ] 12.4 Example: Encoding S-Expressions - [ ] 12.5 Setting Variables with reflect.Value