Golang 单元测试指引

参考:

. 普通单测 testing.T

. 单测环境准备和清理 testing.M (set-up/tear-down)

. 性能测试 testing.B

. 覆盖率 testing.Cover