We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2474f44 commit 6ddb71fCopy full SHA for 6ddb71f
scripts/apitypings/main_test.go
@@ -1,3 +1,9 @@
1
+//go:build !windows
2
+// +build !windows
3
+
4
+// Windows tests fail because the \n\r vs \n. It's not worth trying
5
+// to replace newlines for os tests. If people start using this tool on windows
6
+// and are seeing problems, then we can add build tags and figure it out.
7
package main
8
9
import (
0 commit comments