1
0
mirror of https://github.com/json-iterator/go.git synced 2025-04-20 11:28:49 +02:00
json-iterator/value_tests/slice_test.go
2018-02-13 23:49:40 +08:00

5 lines
90 B
Go

package test
func init() {
marshalCases = append(marshalCases, []interface{}{"hello"})
}