Skip to content

Commit 353e095

Browse files
authored
Enable support for Unix sockets for Windows by enabling -unix flag for Windows builds. (#317)
1 parent c9ac3da commit 353e095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/grpcurl/unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
1+
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
22

33
package main
44

0 commit comments

Comments
 (0)