From 590c075d30a61f9ecb380a908860d6c827526e09 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 16:08:24 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.1.14/r/dbapi
---
clientFactory.go | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/clientFactory.go b/clientFactory.go
index 0bb07d3..d498d71 100644
--- a/clientFactory.go
+++ b/clientFactory.go
@@ -2,5 +2,8 @@
//Factory new client
func NewClient() Client {
- return &HttpClient{}
+ var client Client
+ client = &HttpClient{}
+ //client = &ReqRepClient{}
+ return client
}
--
Gitblit v1.8.0