mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-03 23:09:57 -05:00
7 lines
118 B
Go
7 lines
118 B
Go
//go:build unix && !freebsd
|
|
|
|
package caddy
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const unixSOREUSEPORT = unix.SO_REUSEPORT
|