attr_other.go 133 B

12345678910
  1. //go:build !windows
  2. // +build !windows
  3. package ctlcmd
  4. import "syscall"
  5. func getSysProcAttr() *syscall.SysProcAttr {
  6. return nil
  7. }