为了账号安全,请及时绑定邮箱和手机立即绑定

无法使测试套件通过 golang “sayHello() used as value”

无法使测试套件通过 golang “sayHello() used as value”

Go
小唯快跑啊 2021-09-13 16:24:13
我试图让这个测试套件通过命令提示符 (hello-world_test.go):package helloworldimport "testing"func TestHelloWorld(t *testing.T) {    output := sayHello()    if "Hello, World!" != output {        t.Fatalf("output: %s\nexpected: Hello,World!", output)    }}我的代码如下(helloworld.go):package helloworldimport "fmt"func sayHello() {    fmt.Println("Hello, World!")}并且通过命令提示符的错误代码是:C:\Users\Troy\exercism\go\hello-world\go test -v# _/C_/Users/Troy/exercism/go/hello-world.\hello-world_test.go:6: sayHello() used as valueFAIL    _/C_/Users/Troy/exercism/go/hello-world [build failed]
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 165 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信