摘要:
# 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
阅读(259)
评论(0)
推荐(0)
浙公网安备 33010602011771号