Skip to content

Commit c1f2fb5

Browse files
committed
Work around Windows build incompatibility
1 parent dbe0b81 commit c1f2fb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

multi.go

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// This file depends on functionality not available on Windows, hence we
2+
// must skip it. https://github.com/andelf/go-curl/issues/48
3+
4+
// +build !windows
5+
16
package curl
27

38
/*

0 commit comments

Comments
 (0)