mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
channel: master version: 1.0.0 source-ref: master published-at-utc: 2026-03-13T15:19:28Z
9 lines
129 B
Go
9 lines
129 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package backend
|
|
|
|
func killResidualRuntimeProcesses(appRoot string) error {
|
|
return nil
|
|
}
|