From fe403bda9e3f1a9c9f6f5ffd40bfb3978297f242 Mon Sep 17 00:00:00 2001 From: Lyubomir Gardev Date: Sat, 18 Jun 2022 14:59:24 +0300 Subject: [PATCH] Enable support for Unix sockets for Windows by enabling -unix flag for Windows builds. --- cmd/grpcurl/unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/grpcurl/unix.go b/cmd/grpcurl/unix.go index 668f57c..e79a28a 100644 --- a/cmd/grpcurl/unix.go +++ b/cmd/grpcurl/unix.go @@ -1,4 +1,4 @@ -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows package main