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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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