mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
7 lines
68 B
Go
7 lines
68 B
Go
// +build windows
|
|
|
|
package node
|
|
|
|
func KillProcess(processId int){
|
|
|
|
} |