From 36c9bf8c36a2a4ca4629fb338687a850bef3eee4 Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Tue, 15 Jun 2021 20:19:51 -0500 Subject: [PATCH] fix windows build --- service_windows.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service_windows.go b/service_windows.go index a43381f..9e930f6 100644 --- a/service_windows.go +++ b/service_windows.go @@ -11,6 +11,7 @@ import ( "strconv" "strings" "sync" + "syscall" "time" "golang.org/x/sys/windows"