sqlite的api,便于内部使用
looper3339
2020-02-21 ba664c06923ecca2b39691cb1f4644e434886e95
clientFactory.go
@@ -2,5 +2,8 @@
//Factory new client
func NewClient() Client {
   return &HttpClient{}
   var client Client
   client = &HttpClient{}
   //client = &ReqRepClient{}
   return client
}