Remove unused strings import in Windows build

This commit is contained in:
Steve Yegge
2025-10-26 23:47:14 -07:00
parent d7b5cf75ba
commit 9eafdf9f0e

View File

@@ -7,7 +7,6 @@ import (
"fmt" "fmt"
"os/exec" "os/exec"
"strconv" "strconv"
"strings"
) )
func killProcess(pid int) error { func killProcess(pid int) error {