mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-20 07:57:15 +02:00
9 lines
192 B
Go
9 lines
192 B
Go
//go:build android || freebsd || ios
|
|
|
|
package system
|
|
|
|
// updateStaticInfo returns an empty implementation for unsupported platforms
|
|
func updateStaticInfo() StaticInfo {
|
|
return StaticInfo{}
|
|
}
|