mirror of https://github.com/docker/cli.git
11 lines
98 B
Go
11 lines
98 B
Go
|
// +build !linux
|
||
|
|
||
|
package connhelper
|
||
|
|
||
|
import (
|
||
|
"os/exec"
|
||
|
)
|
||
|
|
||
|
func setPdeathsig(cmd *exec.Cmd) {
|
||
|
}
|