Merge branch 'yurivish-patch-1'

This commit is contained in:
Mark McGranaghan 2021-02-19 13:17:29 -08:00
commit b76ff6c413

View File

@ -28,7 +28,7 @@ func main() {
}
// `Exec` requires arguments in slice form (as
// apposed to one big string). We'll give `ls` a few
// opposed to one big string). We'll give `ls` a few
// common arguments. Note that the first argument should
// be the program name.
args := []string{"ls", "-a", "-l", "-h"}