by 夏泽民 Aug 3, 2020
在Golang中,如何将一个结构体转成map? 本文介绍两种方法。第一种是是使用json包解析解码编码。第二种是使用反射,使用反射的效率比较高
https://studygolang.com/articles/30089 https://github.com/liangyaopei/structmap https://segmentfault.com/a/1190000023465702