2018年5月18日
摘要: # golang Subprocess testsSometimes you need to test the behavior of a process, not just a function.```gofunc Crasher() { fmt.Println("Going down in flames!") os.Exit(1)}```To test this code, we ... 阅读全文
posted @ 2018-05-18 23:03 baizx 阅读(249) 评论(0) 推荐(0) 编辑