使用该
go test-run标志运行特定的测试。该标志记录在go工具文档的测试标志部分中:
-run regexp Run only those tests and examples matching the regular expression.

使用该
go test-run标志运行特定的测试。该标志记录在go工具文档的测试标志部分中:
-run regexp Run only those tests and examples matching the regular expression.