On Sunday, 26 February 2017 16:54:25 UTC+11, Oleg Puchinin wrote:
>
> Hello !
> What is wrong and how to do it ?
>

What did you expect to happen? What happened instead? 

>
> func handleconnection(tcp net.Conn) {
>     cmd := exec.Command("/bin/bash")
>     cmd.Stdin = tcp
>     cmd.Stdout = tcp
>     cmd.Run()
>

^ you're ignoring the error here which will tell you what went wrong.
 

> }
>
> go handle connection
>
> Thanks !
> 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 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to