Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 432 Bytes

File metadata and controls

12 lines (7 loc) · 432 Bytes

第九章 测试

Go语言从开发初期就注意了测试用例的编写。特别是静态语言,由于调试没有动态语言那么方便,所以能最快最方便地编写一个测试用例就显得非常重要了。

本章内容涵盖了Go标准库中的3的包:

testing 包含基本的testing使用接口

导航