github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+incompatible/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  }