Quellcode durchsuchen

skip t.Run below 1.8

Tao Wen vor 8 Jahren
Ursprung
Commit
21b9254da4
3 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 2 0
      jsoniter_float_test.go
  2. 2 0
      jsoniter_int_test.go
  3. 2 0
      jsoniter_string_test.go

+ 2 - 0
jsoniter_float_test.go

@@ -1,3 +1,5 @@
+// +build go1.8
+
 package jsoniter
 
 import (

+ 2 - 0
jsoniter_int_test.go

@@ -1,3 +1,5 @@
+// +build go1.8
+
 package jsoniter
 
 import (

+ 2 - 0
jsoniter_string_test.go

@@ -1,3 +1,5 @@
+// +build go1.8
+
 package jsoniter
 
 import (