fix build macos
This commit is contained in:
8
client/internal/winapi/wifi_other.go
Normal file
8
client/internal/winapi/wifi_other.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !windows && !darwin
|
||||
|
||||
package winapi
|
||||
|
||||
// GetWifiConnection returns an empty WifiConnection stub for other systems
|
||||
func GetWifiConnection() WifiConnection {
|
||||
return WifiConnection{}
|
||||
}
|
||||
Reference in New Issue
Block a user