Minor changes; remove noisy test logs

This commit is contained in:
Soam Vasani
2016-11-01 01:32:02 -07:00
parent 40dfba1a41
commit 01bfa8b082
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type (
}
)
func New(serverUrl string) *Client {
func MakeClient(serverUrl string) *Client {
return &Client{Url: serverUrl}
}