mirror of
https://github.com/konyshe/GoodLink.git
synced 2026-08-31 01:13:22 +08:00
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:
@@ -1,3 +1,5 @@
|
||||
//go:build windows
|
||||
|
||||
package utils
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user