Posted in

Go Struct标签最佳实践(json/xml/bson/validator):自定义tag解析器+运行时校验+IDE友好的声明式约束体系

第一章:Go Struct标签的 … Go Struct标签最佳实践(json/xml/bson/validator):自定义tag解析器+运行时校验+IDE友好的声明式约束体系Read more

Posted in

Go struct标签滥用导致JSON序列化性能暴跌63%!——7类高频误用场景及codegen替代方案(附go:generate脚本)

第一章:Go struct标签滥 … Go struct标签滥用导致JSON序列化性能暴跌63%!——7类高频误用场景及codegen替代方案(附go:generate脚本)Read more

Posted in

Go Struct标签滥用警告:json:”,omitempty”引发的空指针panic、yaml.Unmarshal导致的竞态条件、encoding/gob的零值陷阱

第一章:Go Struct标签的 … Go Struct标签滥用警告:json:”,omitempty”引发的空指针panic、yaml.Unmarshal导致的竞态条件、encoding/gob的零值陷阱Read more

Posted in

Go struct字段定义的测试盲区:为什么你的unit test永远覆盖不到tag解析逻辑?——附go test -coverprofile精准定位方案

第一章:Go struct字段定 … Go struct字段定义的测试盲区:为什么你的unit test永远覆盖不到tag解析逻辑?——附go test -coverprofile精准定位方案Read more