mirror of
https://gitee.com/johng/gf
synced 2026-07-08 14:39:50 +08:00
3 lines
257 B
Plaintext
3 lines
257 B
Plaintext
1. gconv完善针对不同类型的判断,例如:尽量减少sprintf("%v", xxx)来执行string类型的转换;
|
||
2. gdb Where方法参数的改进,研究是否可以将string参数类型修改为interfaceP{;
|
||
3. 增加对于数据表Model的封装; |