Skip to content

Commit 93e97de

Browse files
a prayer to the linter gods
1 parent 0fdae78 commit 93e97de

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ziti/edge/posture/domain_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/*
54
Copyright 2019 NetFoundry Inc.

ziti/edge/posture/posture_windows_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
//go:build windows
22

33
/*
44
Copyright 2019 NetFoundry Inc.
@@ -15,6 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
*/
18+
1819
package posture
1920

2021
import (

ziti/edge/posture/process_windows.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
//go:build windows
22

33
/*
44
Copyright 2019 NetFoundry Inc.
@@ -22,9 +22,10 @@ import (
2222
"crypto/sha1"
2323
"debug/pe"
2424
"fmt"
25-
"go.mozilla.org/pkcs7"
2625
"os"
2726
"strings"
27+
28+
"go.mozilla.org/pkcs7"
2829
)
2930

3031
func isProcessPath(expectedPath, processPath string) bool {

0 commit comments

Comments
 (0)