add macos

This commit is contained in:
2026-07-01 10:06:31 +07:00
parent 248d3a6722
commit b702287cfb
10 changed files with 148 additions and 47 deletions

View File

@@ -6,3 +6,6 @@ package winapi
func GetWifiConnection() WifiConnection {
return WifiConnection{}
}
// RequestLocationAccess requests Location permission (stub for other systems)
func RequestLocationAccess() {}