📜  阅读 golang 中的所有测试 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:45.902000             🧑  作者: Mango

代码示例1
# read all test inside directory
go test -v ./...

# readl all test outside directory
go test -v *.go