programming-go

go-testing

规则

go test 模式

本地模式

go testgo test -v

列表模式

编译并运行命令行上列出的每个包中的测试

go test utilgo test ./...