We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dogo] Changed files: sms.go [dogo] Terminate the process 21062: exit status 1---
The text was updated successfully, but these errors were encountered:
基于mac系统的实现比较弱(因为很少使用用mac),基于linux系统的实现比较完善。如果你有时间可以帮助完善基于mac的版本。
Sorry, something went wrong.
我查到在这个方法里 func (d *Dogo) BuildAndRun() { d.cmd.Process.Kill() 杀死进程没有权限 不知道如何修改。。。 if _, err := exec.Command("kill", "-9", strconv.Itoa(d.cmd.Process.Pid)).CombinedOutput(); err != nil { 尝试这种方式 kill那个进程也一样没权限
网上没有找到类似的方法 获取最高权限去kill进程
No branches or pull requests
[dogo] Changed files: sms.go
[dogo] Terminate the process 21062:
exit status 1---
The text was updated successfully, but these errors were encountered: