go 1.0
运行可执行程序。
import "os/exec"
func LookPath(file string) (string, error)
func Command(name string, arg ...string) *Cmd
Cmd