//go:build !linux package device import ( "gitea.hbanafa.com/hesham/wireguard-go/conn" "gitea.hbanafa.com/hesham/wireguard-go/rwcancel" ) func (device *Device) startRouteListener(bind conn.Bind) (*rwcancel.RWCancel, error) { return nil, nil }