I am using Go and appengine, and now I would like to do some test cases.
I tried using gos standard test package,
Files (both "package hello"):
hello/http.go
hello/http_test.go
Problem: I cannot run go test hello
. The closest I have got is go test hello/http_test.go
which works if I do not make any calls to http.go
, which is quite pointless. :)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…