Explorar o código

skip t.Run below 1.8

Tao Wen %!s(int64=8) %!d(string=hai) anos
pai
achega
21b9254da4
Modificáronse 3 ficheiros con 6 adicións e 0 borrados
  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 (