mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
12 lines
164 B
Go
12 lines
164 B
Go
//go:build ios || android
|
|
|
|
package debug
|
|
|
|
func (g *BundleGenerator) addRoutes() error {
|
|
return nil
|
|
}
|
|
|
|
func (g *BundleGenerator) addDNSInfo() error {
|
|
return nil
|
|
}
|