We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a925c commit d9a68d5Copy full SHA for d9a68d5
colorable_appengine.go
colorable_others.go
@@ -1,5 +1,5 @@
1
-//go:build !windows && !appengine
2
-// +build !windows,!appengine
+//go:build !windows || appengine
+// +build !windows appengine
3
4
package colorable
5
0 commit comments