Skip to content

Commit 451cb90

Browse files
Ahmet OeztuerkAhmet Oeztuerk
authored andcommitted
add windows build constraints
1 parent 5fee80a commit 451cb90

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkg/snclient/check_drivesize_windows_registry.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
package snclient
24

35
import (

pkg/snclient/check_drivesize_windows_win32api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
package snclient
24

35
import (

0 commit comments

Comments
 (0)