如题,求问大神windows下有什么别的实现思路吗
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
忘记附上源码了
proc, _ := os.FindProcess(os.Getpid()) err:=proc.Signal(syscall.SIGQUIT) fmt.Print(err)
错误提示 not supported by windows
`单行代码`
忘记附上源码了
proc, _ := os.FindProcess(os.Getpid()) err:=proc.Signal(syscall.SIGQUIT) fmt.Print(err)
错误提示 not supported by windows