package main import ( "exec" // "os/exec" in go1 "fmt" ) func main(){ cmd := ("ls", "-l") buf, err := () ("%s\n%s",buf,err) }