aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--service/errors.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/errors.go b/service/errors.go
index 670c3305..339b61b3 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -7,8 +7,9 @@ package service
import (
"fmt"
- "golang.org/x/sys/windows"
"syscall"
+
+ "golang.org/x/sys/windows"
)
type Error uint32