# 如何提高Go语言开发效率之快速处理json&table
![20210325150957](http://qiniu.zhequtao.com/picgo/20210325150957.png)
### Golang日程开发中,经常会遇到各种困扰
> 比如编写代码时经常要判断err != nil , 手动编写mysql对应的struct结构体,手动编写json转换struct结构体。
> 如果少量编写任务量其实还好,但是数据较多的时候,或者一个表的字段达到几十个的时候,任务量是繁重且麻烦的。
### 前言
> 自己平时也使用过几个类似解决这样问题的工具,但大部分都不够齐全,比如有json序列化的但没有json转struct这样的功能,总之对于需求而言不够完美。
### devtools的诞生
这个时候devtools工具应用而生,很好的解决了所遇到的问题
### devtools主要功能
* mysql表转golang struct
![20210325145416](http://qiniu.zhequtao.com/picgo/20210325145416.png)
* json转golang struct
![20210325145517](http://qiniu.zhequtao.com/picgo/20210325145517.png)
* 基金持仓数据更新
![20210325150050](http://qiniu.zhequtao.com/picgo/20210325150050.png)
### 快速使用devtools
* [http://tools.golangai.com](http://tools.golangai.com/)
* [devtools](http://tools.golangai.com/)
### 开源地址
* [github.com/ChinaArJun/devTools](https://github.com/ChinaArJun/devTools)]
### 参考
* [oktools](https://oktools.net/)
* [mysqlstruct]()
有疑问加站长微信联系(非本文作者))