1,测试单个文件,一定要带上被测试的原文件 go test -v a.go b.go 2,测试单个方法
定位到被测试的文件路径 $go test -v -run 函数名
posted on 2018-06-28 09:40 trako 阅读(258) 评论(0) 编辑 收藏 举报