Explorar o código

Fix the build constraints syntax for appengine

ikedam %!s(int64=8) %!d(string=hai) anos
pai
achega
e43d461017
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      colorable_others.go
  2. 1 0
      colorable_windows.go

+ 1 - 1
colorable_others.go

@@ -1,4 +1,4 @@
-// +build !windows OR appengine
+// +build !windows appengine
 
 package colorable
 

+ 1 - 0
colorable_windows.go

@@ -1,3 +1,4 @@
+// +build windows
 // +build !appengine
 
 package colorable