我正在使用Go和appengine,现在我想做一些测试用例.
我尝试使用gos标准测试包,Files(两个"包你好"):
hello/http.go hello/http_test.go
问题:我无法运行go test hello.我得到的最接近的是go test hello/http_test.go,如果我不打电话http.go,这是有效的,这是毫无意义的.:)
go test hello
go test hello/http_test.go
http.go
testing tdd google-app-engine go
go ×1
google-app-engine ×1
tdd ×1
testing ×1