Ver código fonte

Fix the build constraints syntax for appengine

ikedam 8 anos atrás
pai
commit
e43d461017
2 arquivos alterados com 2 adições e 1 exclusões
  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