Minor changes; remove noisy test logs
This commit is contained in:
@@ -36,7 +36,7 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
func New(serverUrl string) *Client {
|
||||
func MakeClient(serverUrl string) *Client {
|
||||
return &Client{Url: serverUrl}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user