From edd55ba1f32256964ff22aa0c9f10bfde672dcba Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 18 Jan 2016 10:43:22 +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 2022c37..2bb4bf1 100644 --- a/progress.md +++ b/progress.md @@ -60,7 +60,7 @@ - [x] 7.7 The http.Handler Interface - [x] 7.8 The error Interface - [x] 7.9 Example: Expression Evaluator - - [ ] 7.10 Type Assertions + - [x] 7.10 Type Assertions - [ ] 7.11 Discriminating Errors with Type Assertions - [ ] 7.12 Querying Behaviors with Interface Type Assertions - [ ] 7.13 Type Switches