mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:33:04 +08:00
改正test.go文件链接错误 (#410)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user