k3s/pkg/agent/containerd/command_windows.go

8 lines
101 B
Go
Raw Normal View History

2020-02-23 08:48:26 +00:00
package containerd
import "os/exec"
func addDeathSig(_ *exec.Cmd) {
// not supported in this OS
}