From 886f8657ec91ca5ffd1d4007ce21af3fed7be54d Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sat, 2 Jan 2016 15:58:19 +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 8576ebc..353efda 100644 --- a/progress.md +++ b/progress.md @@ -108,7 +108,7 @@ - [x] 12.4 Example: Encoding S-Expressions - [x] 12.5 Setting Variables with reflect.Value - [x] 12.6 Example: Decoding S-Expressions - - [ ] 12.7 Accessing Struct Field Tags + - [x] 12.7 Accessing Struct Field Tags - [x] 12.8 Displaying the Methods of a Type - [x] 12.9 A Word of Caution - [x] Chapter 13: Low-Level Programming