We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 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]
如何找到这个错误
您认为应该如何? 应该改成: go test example_test.go example.go 图片 如果有可能,尽量提供图片。
其他补充信息
The text was updated successfully, but these errors were encountered:
RainbowMango
No branches or pull requests
问题描述
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]
如何找到这个错误
您认为应该如何?
应该改成:
go test example_test.go example.go
图片
如果有可能,尽量提供图片。
其他补充信息
The text was updated successfully, but these errors were encountered: