diff --git a/pkg/helper/windows_install.go b/pkg/helper/windows_install.go
index 6743e2ad2ea12a15e67825ccdbf45de4f9e4ced7..637e80b50136a9bb8523a53f20f8444e2df1742f 100644
--- a/pkg/helper/windows_install.go
+++ b/pkg/helper/windows_install.go
@@ -1,4 +1,5 @@
 // +build windows
+
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/helper/windows_manage.go b/pkg/helper/windows_manage.go
index 96da9a7add43a1262684004aa841f86b90ba79d3..4f7bf063c0f10dde45a67144e9b2ac714cb58202 100644
--- a/pkg/helper/windows_manage.go
+++ b/pkg/helper/windows_manage.go
@@ -1,9 +1,9 @@
+// +build windows
+
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build windows
-
 package helper
 
 import (
diff --git a/pkg/helper/windows_service.go b/pkg/helper/windows_service.go
index 82f6e2bb7bbd0978df32e9caab7ebbcfe54fd658..df79d68856d7e17382bd268dd902dcab8919fe47 100644
--- a/pkg/helper/windows_service.go
+++ b/pkg/helper/windows_service.go
@@ -1,9 +1,9 @@
+// +build windows
+
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build windows
-
 package helper
 
 import (