gf/TODO
2018-04-18 09:03:49 +08:00

13 lines
690 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ON THE WAY:
1. gdb Where方法参数的改进研究是否可以将string参数类型修改为interface{}
2. 增加对于数据表Model的封装
3. 增加fsnotify包支持
4. 改进gcfg和gview的文件自动更新机制
5. 将模板变量进行暴露,以便应用端可以进行灵活控制;
DONE:
1. gconv完善针对不同类型的判断例如尽量减少sprintf("%v", xxx)来执行string类型的转换
2. ghttp.Server请求执行中增加服务退出的方法不再执行后续操作
3. ghttp.Response对象完善并改进数据返回方法(Write/WriteString)
4. ghttp.Server请求执行中增加服务退出的方法不再执行后续操作