mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 17:56:39 +00:00
8 lines
135 B
Go
8 lines
135 B
Go
//go:build !linux && !windows && !darwin
|
|
|
|
package net
|
|
|
|
func (d *Dialer) init() {
|
|
// implemented on Linux, Android, and Windows only
|
|
}
|