diff options
Diffstat (limited to 'listen_unix_setopt.go')
-rw-r--r-- | listen_unix_setopt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listen_unix_setopt.go b/listen_unix_setopt.go index c9675f928..13ee7b830 100644 --- a/listen_unix_setopt.go +++ b/listen_unix_setopt.go @@ -1,4 +1,4 @@ -//go:build unix && !freebsd +//go:build unix && !freebsd && !solaris package caddy |