From 66fc5f98d28670f8d76d48f3cab5b3159cc524cd Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 4 Jan 2016 13:28:22 +0800 Subject: [PATCH] update progress.md --- progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progress.md b/progress.md index 6567341..50695fa 100644 --- a/progress.md +++ b/progress.md @@ -35,7 +35,7 @@ - [x] Chapter 5: Functions - [x] 5.1 Function Declarations - [x] 5.2 Recursion - - [ ] 5.3 Multiple Return Values + - [x] 5.3 Multiple Return Values - [ ] 5.4 Errors - [ ] 5.5 Function Values - [ ] 5.6 Anonymous Functions @@ -54,7 +54,7 @@ - [x] 7.1 Interfaces as Contracts - [x] 7.2 Interface Types - [x] 7.3 Interface Satisfaction - - [ ] 7.4 Parsing Flags with flag.Value + - [x] 7.4 Parsing Flags with flag.Value - [ ] 7.5 Interface Values - [ ] 7.6 Sorting with sort.Interface - [ ] 7.7 The http.Handler Interface