mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
12 lines
123 B
Go
12 lines
123 B
Go
// +build windows
|
|
|
|
package node
|
|
|
|
func KillProcess(processId int){
|
|
|
|
}
|
|
|
|
func GetBuildOSType() BuildOSType{
|
|
return Windows
|
|
}
|