傻逼IDE,默认在gconv中加载了gin包的json包,手动更换为标准库json包

This commit is contained in:
John
2018-07-02 14:08:15 +08:00
parent 31aca3ed1e
commit ad18a38241
2 changed files with 4 additions and 4 deletions

2
TODO
View File

@ -11,7 +11,7 @@ Cookie&Session数据池化处理
ghttp.Client增加proxy特性
gtime增加对时区转换的封装并简化失去转换时对类似+80500时区的支持
改进gf-orm的where查询功能参考thinkphp 里的where查询语法
gproc进程间通信增加分组特性不同的进程见可以通过进程ID以及分组名称发送/获取消息;
DONE:

View File

@ -12,10 +12,10 @@ import (
"fmt"
"time"
"strconv"
"gitee.com/johng/gf/g/encoding/gbinary"
"gitee.com/johng/gf/g/util/gstr"
"encoding/json"
"gitee.com/johng/gf/g/os/gtime"
"github.com/gin-gonic/gin/json"
"gitee.com/johng/gf/g/util/gstr"
"gitee.com/johng/gf/g/encoding/gbinary"
)
// 将变量i转换为字符串指定的类型t