我开始使用 golang 进行一些开发工作,我很想使用 goconvey 提供的 BDD 风格。
我刚刚将我的系统配置为为 golang 设置,我已经得到了 github.com/smartystreets/goconvey 一切都很好,但是当我在 goconvey 中编写一些简单的测试并尝试通过控制台执行它们时,我得到
$go test -v
go build github.com/smartystreets/assertions: no buildable Go source files in
FAIL go-tdd-take1 [build failed]
有什么技巧可以让它在 Windows 中运行吗?
我在代理后面工作,但我不确定这是否是一个问题,我相信我已经配置好了。
谢谢