@@ -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