sqlite的api,便于内部使用
liuxiaolong
2019-06-25 b1984656c83c4c166d332b05c790975c3d10a1dd
clientFactory.go
@@ -2,5 +2,8 @@
//Factory new client
func NewClient() Client {
   return &HttpClient{}
   var client Client
   client = &HttpClient{}
   //client = &ReqRepClient{}
   return client
}