We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe0b81 commit c1f2fb5Copy full SHA for c1f2fb5
multi.go
@@ -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
6
package curl
7
8
/*
0 commit comments