You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-08-07 21:52:55 +02:00
fix issue #449
This commit is contained in:
@ -194,6 +194,11 @@ func init() {
|
||||
C: 21,
|
||||
d: time.NewTimer(10 * time.Second),
|
||||
},
|
||||
struct {
|
||||
_UnderscoreField string
|
||||
}{
|
||||
"should not marshal",
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user