📜  读取 golang 目录中的所有测试 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:41.562000             🧑  作者: Mango
代码示例1
# read all test inside directory
go test -v ./...
# readl all test outside directory
go test -v *.go