mirror of
https://github.com/json-iterator/go.git
synced 2025-04-20 11:28:49 +02:00
5 lines
90 B
Go
5 lines
90 B
Go
|
package test
|
||
|
|
||
|
func init() {
|
||
|
marshalCases = append(marshalCases, []interface{}{"hello"})
|
||
|
}
|