【发布时间】:2017-09-01 06:42:28
【问题描述】:
我在尝试编译 GO 代码时遇到了这个错误
[root@scsor0014444001 Netapp]# go build -o terraform-provider-xxxx
# github.com/hashicorp/terraform/config
../go/src/github.com/hashicorp/terraform/config/testing.go:9: t.Helper undefined (type *testing.T has no field or method Helper)
[root@scsor0014444001 Netapp]# go version
go version go1.8.3 linux/amd64
有人可以帮我理解这里有什么问题吗?
提前致谢!
【问题讨论】:
-
如果你使用 go Developing Terraform)