8 lines
88 B
Go
8 lines
88 B
Go
//go:build !linux
|
|
|
|
package main
|
|
|
|
import "os/exec"
|
|
|
|
func setPdeathsig(cmd *exec.Cmd) {
|
|
}
|