sing/common/control/reuse_other.go
2022-07-17 14:39:25 +08:00

7 lines
158 B
Go

//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows
package control
func ReuseAddr() Func {
return nil
}