github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/cli/connhelper/commandconn/session_windows.go (about)

     1  package commandconn
     2  
     3  import (
     4  	"os/exec"
     5  )
     6  
     7  func createSession(cmd *exec.Cmd) {
     8  }