This commit is contained in:
John
2018-06-11 15:09:24 +08:00
parent 3801a784d3
commit 38f7ab4320

1
TODO
View File

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