clientFactory.go @@ -2,5 +2,8 @@ //Factory new client func NewClient() Client { return &HttpClient{} var client Client client = &HttpClient{} //client = &ReqRepClient{} return client }