0
簡介 golang單測,有一些約定,例如文件名是xxx.go,那么對應(yīng)的測試文件就是xxx_test.go,單測的函數(shù)都需要是Test開頭,然后使用go test命令,有時發(fā)...