This website works better with JavaScript
Home
Explore
Help
Register
Sign In
packages
/
go
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a9b3f36b2f
Branches
Tags
master
revert-55-output_tests
v1.1.10
v1.1.9
v1.1.8
1.1.8
v1.1.7
v1.1.6
v1.1.5
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
jsoniter-go-0.9.19
jsoniter-go-0.9.18
jsoniter-go-0.9.17
jsoniter-go-0.9.16
jsoniter-go-0.9.15
jsoniter-go-0.9.14
jsoniter-go-0.9.13
jsoniter-go-0.9.8
jsoniter-go-0.9.2
go
/
type_tests
/
array_test.go
array_test.go
83 B
History
Raw
1
2
3
4
5
6
7
package test
func init() {
testCases = append(testCases,
(*[4]bool)(nil),
)
}