Add Windows build constraint in killcmd.go

- Introduced a build constraint for Windows to ensure compatibility.
- This change allows the file to be compiled specifically for Windows environments.
This commit is contained in:
kony
2026-01-08 14:13:05 +08:00
parent 550f0ccde7
commit f05f8dbe03
+2
View File
@@ -1,3 +1,5 @@
//go:build windows
package utils
import (