-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
go test example_test.go 执行报错:
.\example_test.go:12:2: undefined: SayHello
.\example_test.go:17:2: undefined: SayGoodbye
.\example_test.go:24:2: undefined: PrintNames
FAIL command-line-arguments [build failed]
如何找到这个错误
- 章节:第7章
- 页码:161页
您认为应该如何?
应该改成:
go test example_test.go example.go
图片
如果有可能,尽量提供图片。
其他补充信息
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working