This commit is contained in:
john
2018-06-27 21:03:08 +08:00
parent 902d761282
commit e8693643fa

1
TODO
View File

@ -8,6 +8,7 @@ orm增加更多数据库支持
增加可选择性的orm tag特性用以数据表记录与struct对象转换的键名属性映射
ghttp.Response增加输出内容后自动退出当前请求机制不需要用户手动return参考beego如何实现
Cookie&Session数据池化处理
ghttp.Client增加proxy特性
DONE:
1. gconv完善针对不同类型的判断例如尽量减少sprintf("%v", xxx)来执行string类型的转换