mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 09:33:24 +01:00
7 lines
71 B
Go
7 lines
71 B
Go
//go:build !linux || android
|
|
|
|
package net
|
|
|
|
func (d *Dialer) init() {
|
|
}
|