0
点赞
收藏
分享

微信扫一扫

golang如何使用go test?

_刘彦辉 2022-11-22 阅读 66
编程语言


​go test -run=TestHelloworld​​​​go test -bench=BenchmarkHelloworld​

​go test -timeout 30s cmap -run ^(TestMap)$​

​test -benchmem -run=^$ cmap -bench ^(BenchmarkMapGet)$​


举报

相关推荐

0 条评论