From 92a142b5ee9e4fd0c79ca75bf074f2a3f0574742 Mon Sep 17 00:00:00 2001 From: seriousm4x Date: Thu, 19 Oct 2023 19:02:13 +0200 Subject: [PATCH] fix: import sys/windows --- backend/networking/shutdown_other.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/networking/shutdown_other.go b/backend/networking/shutdown_other.go index 29870ab0..a723db18 100644 --- a/backend/networking/shutdown_other.go +++ b/backend/networking/shutdown_other.go @@ -6,6 +6,8 @@ package networking import ( "os" "os/exec" + + "golang.org/x/sys/windows" ) // Set platform specifiy custom process attributes