mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
9 lines
111 B
Go
9 lines
111 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package automation
|
|
|
|
func killProcessGroup(pid int) error {
|
|
return nil
|
|
}
|