fix for windows import

This commit is contained in:
Michael Quigley
2025-10-01 15:38:08 -04:00
parent 537ffc46ce
commit 08038b0f19
+1
View File
@@ -8,6 +8,7 @@ import (
"sync"
"github.com/kolesnikovae/go-winjob"
"github.com/sirupsen/logrus"
"golang.org/x/sys/windows"
)