-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Description
What version of Go are you using (go version)?
1.8
What operating system and processor architecture are you using (go env)?
amd64
What did you do?
I cant seem to exec.Command() on any parameter which has a * or splat character. They all fail.
What did you expect to see?
I expect it to run like it runs in the shell.
What did you see instead?
err returned.
Please help!! My workaround is to write my shell script to disk and exec it and it works perfectly fine.