Posted in

Go map[string]interface{}→string的“不可变性”保障方案:使用immutable.Map + deterministic JSON encoder防止数据污染

第一章:Go map[strin … Go map[string]interface{}→string的“不可变性”保障方案:使用immutable.Map + deterministic JSON encoder防止数据污染Read more

Posted in

Go map内struct转JSON失败的终极诊断流程图(含go tool trace分析、gc heap profile抓取、以及json.Encoder.Encode()调用栈精确定位)

第一章:Go map内struc … Go map内struct转JSON失败的终极诊断流程图(含go tool trace分析、gc heap profile抓取、以及json.Encoder.Encode()调用栈精确定位)Read more