From 6d89e1210a35969bc6e4e6ca42102c3659bde2df Mon Sep 17 00:00:00 2001 From: Eawaun Date: Fri, 13 Oct 2017 04:07:26 -0500 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=AD=A3test.go=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF=20(#410)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/09.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/09.8.md b/eBook/09.8.md index 1d8e61e..9cfac6d 100644 --- a/eBook/09.8.md +++ b/eBook/09.8.md @@ -39,7 +39,7 @@ func UpperCase(str string) string { 包通常附带一个或多个测试文件,在这我们创建了一个 uc_test.go 文件,如第 9.8 节所述。 -示例 9.7 [test.go](examples/chapter_9/uc.go) +示例 9.7 [test.go](examples/chapter_9/test.go) ```go package uc