Skip to content

Commit 456cea5

Browse files
committed
Fix missing build constraints for linux wifi state monitor
1 parent 6c21285 commit 456cea5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

common/settings/wifi_linux_connman.go

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

35
import (

common/settings/wifi_linux_iwd.go

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

35
import (

common/settings/wifi_linux_nm.go

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

35
import (

0 commit comments

Comments
 (0)