Comment on Proxying to a subcommand with Go by Travis
Does the code at the end become something like:
cmd := exec.Command("exec", "sleep", "3600")
Because if so, actually including that would be helpful, so not to get exec the Go package confused with exec the Linux system call
评论
?
参与讨论