改正test.go文件链接错误 (#410)

This commit is contained in:
Eawaun
2017-10-13 04:07:26 -05:00
committed by 无闻
parent c39e071188
commit 6d89e1210a

View File

@@ -39,7 +39,7 @@ func UpperCase(str string) string {
包通常附带一个或多个测试文件,在这我们创建了一个 uc_test.go 文件,如第 9.8 节所述。 包通常附带一个或多个测试文件,在这我们创建了一个 uc_test.go 文件,如第 9.8 节所述。
示例 9.7 [test.go](examples/chapter_9/uc.go) 示例 9.7 [test.go](examples/chapter_9/test.go)
```go ```go
package uc package uc