// +build windows package node func KillProcess(processId int){ } func GetBuildOSType() BuildOSType{ return Windows }