其他分享
首页 > 其他分享> > 常见类库和工具

常见类库和工具

作者:互联网

主要参考
https://studygolang.com/articles/35293

还有
http://github.com/fatih/structs struct结构解析
http://github.com/mitchellh/mapstructure struct与map的互相转换
http://github.com/stretchr/stew 一些方便的map,string 操作包
http://github.com/imdario/mergo struct和map的各种合并操作

性能分析和问题定位
https://segmentfault.com/a/1190000040053014?sort=votes

单元测试及性能分析
https://zhuanlan.zhihu.com/p/374766516

标签:类库,map,github,http,struct,常见,https,工具,com
来源: https://www.cnblogs.com/wzj4858/p/16698291.html