sing/common/control/reuse_other.go
2022-06-30 17:39:41 +08:00

7 lines
74 B
Go

//go:build !linux
package control
func ReuseAddr() Func {
return nil
}