1
0
mirror of https://github.com/json-iterator/go.git synced 2025-08-07 21:52:55 +02:00
This commit is contained in:
AllenX2018
2020-03-26 14:46:47 +08:00
parent 7acbb404a4
commit 58aeb59006
4 changed files with 9 additions and 2 deletions

View File

@ -194,6 +194,11 @@ func init() {
C: 21,
d: time.NewTimer(10 * time.Second),
},
struct {
_UnderscoreField string
}{
"should not marshal",
},
)
}