Browse Source

feat(test): extension test cannot run in windows

ngjaying 5 years atrás
parent
commit
eafa98bde7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      xsql/processors/extension_test.go

+ 2 - 0
xsql/processors/extension_test.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package processors
 
 import (