This website works better with JavaScript
Home
Explore
Help
Sign In
Apq
/
sing-box
mirror of
https://github.com/SagerNet/sing-box.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix missing build constraints for linux wifi state monitor
世界
2 weeks ago
parent
69555fc6ea
commit
1d6d829dee
3 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
2
0
common/settings/wifi_linux_connman.go
2
0
common/settings/wifi_linux_iwd.go
2
0
common/settings/wifi_linux_nm.go
+ 2
- 0
common/settings/wifi_linux_connman.go
View File
@@ -1,3 +1,5 @@
+//go:build linux
+
package settings
import (
+ 2
- 0
common/settings/wifi_linux_iwd.go
View File
@@ -1,3 +1,5 @@
+//go:build linux
+
package settings
import (
+ 2
- 0
common/settings/wifi_linux_nm.go
View File
@@ -1,3 +1,5 @@
+//go:build linux
+
package settings
import (