Browse Source

Fix the build constraints syntax for appengine

ikedam 8 years ago
parent
commit
e43d461017
2 changed files with 2 additions and 1 deletions
  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