Hello !
What is wrong and how to do it ?
func handleconnection(tcp net.Conn) {
cmd := exec.Command("/bin/bash")
cmd.Stdin = tcp
cmd.Stdout = tcp
cmd.Run()
}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 [email protected]. For more options, visit https://groups.google.com/d/optout.
