Enable support for Unix sockets for Windows by enabling -unix flag for Windows builds. (#317)

This commit is contained in:
Lyubomir Gardev
2022-06-20 16:37:33 +03:00
committed by GitHub
parent c9ac3da95f
commit 353e0953cb

View File

@@ -1,4 +1,4 @@
// +build darwin dragonfly freebsd linux netbsd openbsd solaris // +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
package main package main