golang执行命令行的实现 golang执行命令行的实现一般情况下,在 golang 中执行一些命令如 git clone,则可以使用 exec.Command 函数 func RunCommand(path, name st