mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-03-25 23:30:41 +01:00
8 lines
113 B
Go
8 lines
113 B
Go
//go:build !darwin
|
|
|
|
package cli
|
|
|
|
import "net"
|
|
|
|
func patchNetIfaceName(iface *net.Interface) error { return nil }
|