mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 08:40:57 +00:00
9 lines
189 B
Go
9 lines
189 B
Go
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows
|
|
|
|
package dialer
|
|
|
|
import (
|
|
"net"
|
|
)
|
|
|
|
func addrReuseToListenConfig(*net.ListenConfig) {}
|