initial commit
This commit is contained in:
7
common/net/dialer/dialer_other.go
Normal file
7
common/net/dialer/dialer_other.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build !linux
|
||||
|
||||
package dialer
|
||||
|
||||
func bindDevice(fd uintptr, ifceName string) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user