From d6af89aff4e22698ba798481fdabb56a72500354 Mon Sep 17 00:00:00 2001 From: leisore Date: Thu, 13 Aug 2015 15:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=AA=8Cch10.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/10.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eBook/10.6.md b/eBook/10.6.md index 30b432c..d53982d 100644 --- a/eBook/10.6.md +++ b/eBook/10.6.md @@ -98,11 +98,11 @@ func main() { } ``` -* 练习 10.6:* employee_salary.go +练习 10.6:employee_salary.go 定义结构体employee,它有一个salary字段,给这个结构体定义一个方法giveRaise来按照指定的百分比增加薪水。 -* 练习 10.7:* iteration_list.go +练习 10.7:iteration_list.go 下面这段代码有什么错?