Since we're setting Dir to /, I don't see how this change will make any difference to the user.
Most likely is that the executable isn't being written - it seems we swallow the error when this doesn't happen. I'll close this MR and fix that problem separately; it should get us closer to fixing #4 (closed)
@ayufan the documentation for
os/exec
states:https://golang.org/pkg/os/exec/#Cmd
Since we're setting Dir to
/
, I don't see how this change will make any difference to the user.Most likely is that the executable isn't being written - it seems we swallow the error when this doesn't happen. I'll close this MR and fix that problem separately; it should get us closer to fixing #4 (closed)