新增win下文件

This commit is contained in:
duanhf2012
2020-04-01 16:49:11 +08:00
parent a197fa1edc
commit e652dd80e9

7
node/node_win.go Normal file
View File

@@ -0,0 +1,7 @@
// +build windows
package node
func KillProcess(processId int){
}