Browse Source

Fix the build constraints syntax for appengine

ikedam 8 năm trước cách đây
mục cha
commit
e43d461017
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  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