From 14138982aa0b1724b3d1e19d9d3d20aeff2f2510 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 30 Aug 2018 16:51:22 +0800 Subject: [PATCH] TODO++ --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index a5f4a9036..932f49a7c 100644 --- a/TODO +++ b/TODO @@ -20,7 +20,7 @@ ghttp.Server增加proxy功能特性,本地proxy和远程proxy,本地即将 gjson对大json数据的解析效率问题; ghttp增加route name特性,并同时支持backend和template(提供内置函数)引用,可以通过RedirectRoute方法给定route name和路由参数跳转到指定的路由地址上; ghttp日志增加客户端IP信息; - +ghttp.Client自动Close机制; DONE: 1. gconv完善针对不同类型的判断,例如:尽量减少sprintf("%v", xxx)来执行string类型的转换;