Some checks reported errors
continuous-integration/drone/push Build was killed
This might cause the macosx build not to fail, I hope. See https://github.com/docker/cli/tree/v20.10.10/cli/connhelper/commandconn
12 lines
117 B
Go
12 lines
117 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package commandconn
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
func setPdeathsig(cmd *exec.Cmd) {
|
|
}
|