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

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

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