From 9b52137f2986893a65e5d7440440f34eff62785e Mon Sep 17 00:00:00 2001 From: chai2010 Date: Thu, 31 Dec 2015 22:38:26 +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 dce106b..b218525 100644 --- a/progress.md +++ b/progress.md @@ -109,7 +109,7 @@ - [ ] 12.5 Setting Variables with reflect.Value - [ ] 12.6 Example: Decoding S-Expressions - [ ] 12.7 Accessing Struct Field Tags - - [ ] 12.8 Displaying the Methods of a Type + - [x] 12.8 Displaying the Methods of a Type - [ ] 12.9 A Word of Caution - [x] Chapter 13: Low-Level Programming - [x] 13.1 unsafe.Sizeof, Alignof, and Offsetof