On Tue, Oct 16, 2018 at 4:14 PM Mirko Friedenhagen <mfriedenha...@gmx.de>
wrote:

> Is it OK to just call something like `syscall.Exec("/bin/bash", args,
os.Environ())`

I'd recommend to first try exec.Command
<https://golang.org/pkg/os/exec/#Command>.
-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to