test
-
go test 助力提升代码稳健性
摘要:go test 工具包可提升 go 代码的稳健性。它包含以下功能:通过 go test 命令运行测试。使用 func testname(t *testing.t) 格式编写测试函数。使用 t.equal(), t.notequal()
摘要:go test 工具包可提升 go 代码的稳健性。它包含以下功能:通过 go test 命令运行测试。使用 func testname(t *testing.t) 格式编写测试函数。使用 t.equal(), t.notequal()