Ver código fonte

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

Eawaun 8 anos atrás
pai
commit
6d89e1210a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      eBook/09.8.md

+ 1 - 1
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