``` goroutine 1709 [running]: github.com/masterzen/winrm.(*Command).Close(0xc00017e700, 0x0, 0x0) github.com/masterzen/winrm@v0.0.0-20201030141608-56ca5c5f2380/command.go:114 ``` https://github.com/masterzen/winrm/blob/master/command.go#L111-L115 ```go select { // close cancel channel if it's still open case <-c.cancel: default: close(c.cancel) } ```
https://github.com/masterzen/winrm/blob/master/command.go#L111-L115