摘要:
package main import ( "fmt" "github.com/bouk/monkey" "os" "os/exec" "reflect" "testing" ) // 假如我们要测试函数 call func call(cmd string) (int, string) { byte 阅读全文
posted @ 2017-11-19 19:15
会飞の鱼
阅读(1324)
评论(0)
推荐(0)