The go test
command covers *_test.go
files in only one dir.
I want to go test
the whole project, which means the test should cover all *_test.go
files in the dir ./
and every children tree dir under the dir ./
.
What's the command to do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…