github.com/go-graphite/carbonapi@v0.17.0/cmd/carbonapi/helper/reuseport_default.go (about) 1 // +build !linux 2 3 package helper 4 5 import ( 6 "syscall" 7 ) 8 9 func ReusePort(network, address string, conn syscall.RawConn) error { 10 return nil 11 }