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