8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remove support to pointer type, add support to default option
modify comment
v0.0.1 (#1) * init * 完成对基本类型支持 * 支持slice和map解析 * 在slice,map中支持指针类型 * 支持指针类型设置为nil * 优化注释 * 支持解析出的字段值为nil * 增加选项,可以忽略部分字段解析错误导致整个解析失败 * add comment --------- Co-authored-by: willsun <willsun@lilith.com>