0
点赞
收藏
分享

微信扫一扫

golang test cached

米小格儿 2022-02-22 阅读 176

这里写目录标题

1. golang test cached

1.1. 现象

go test .
ok  	gitlab.jiagouyun.com/cloudcare-tools/datakit/plugins/inputs/pythond	(cached)

1.2. 解决

$ go test . -count=1
ok  	gitlab.jiagouyun.com/cloudcare-tools/datakit/plugins/inputs/pythond	4.740s
举报

相关推荐

0 条评论