This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
json-iterator
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
skip t.Run below 1.8
Tao Wen
8 years ago
parent
c009421781
commit
21b9254da4
3 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
2
0
jsoniter_float_test.go
2
0
jsoniter_int_test.go
2
0
jsoniter_string_test.go
+ 2
- 0
jsoniter_float_test.go
View File
@@ -1,3 +1,5 @@
+// +build go1.8
+
package jsoniter
import (
+ 2
- 0
jsoniter_int_test.go
View File
@@ -1,3 +1,5 @@
+// +build go1.8
+
package jsoniter
import (
+ 2
- 0
jsoniter_string_test.go
View File
@@ -1,3 +1,5 @@
+// +build go1.8
+
package jsoniter
import (