On Sun, Feb 26, 2017 at 12:03 AM, Oleg Puchinin
wrote:
> I stupid :(
> Work fine, thank you.
>
>
>
You're welcome. And anyone who chooses Go isn't stupid. ^_^
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and st
I stupid :(
Work fine, thank you.
Oleg.
2017-02-26 10:59 GMT+06:00 Shawn Milochik :
> Try:
>
>
> cmd := exec.Command(spl...)
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails fr
Try:
cmd := exec.Command(spl...)
--
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://group
How to do it without errors ?
spl := strings.Split(scmd, ' ')
cmd := exec.Command(spl[0], spl[1:])
Thank you !
Oleg.
--
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