mirror of
https://github.com/netbirdio/netbird
synced 2026-04-22 17:44:57 +02:00
7 lines
71 B
Go
7 lines
71 B
Go
//go:build !linux || android
|
|
|
|
package net
|
|
|
|
func (d *Dialer) init() {
|
|
}
|