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