sqlite的api,便于内部使用
554325746@qq.com
2020-08-29 b299b8e5342d98d3101d2192eabaffd6b8ac45bd
clientFactory.go
@@ -2,5 +2,8 @@
//Factory new client
func NewClient() Client {
   return &HttpClient{}
   var client Client
   client = &HttpClient{}
   //client = &ReqRepClient{}
   return client
}