From 04382452393cd1e84f7920fa812c600843b8ab95 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Fri, 1 Jan 2016 11:47:42 +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 b218525..631875b 100644 --- a/progress.md +++ b/progress.md @@ -105,7 +105,7 @@ - [x] 12.1 Why Reflection? - [x] 12.2 reflect.Type and reflect.Value - [x] 12.3 Display, a Recursive Value Printer - - [ ] 12.4 Example: Encoding S-Expressions + - [x] 12.4 Example: Encoding S-Expressions - [ ] 12.5 Setting Variables with reflect.Value - [ ] 12.6 Example: Decoding S-Expressions - [ ] 12.7 Accessing Struct Field Tags