mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-21 00:13:26 +02:00
8 lines
102 B
Go
8 lines
102 B
Go
//go:build ios || android
|
|
|
|
package debug
|
|
|
|
func (g *BundleGenerator) addRoutes() error {
|
|
return nil
|
|
}
|