Merge remote-tracking branch 'upstream/master'

This commit is contained in:
vitalii
2018-07-17 14:00:43 +03:00
6 changed files with 35 additions and 19 deletions

View File

@@ -50,9 +50,6 @@ func main() {
}
c := d.NewClient(*root, *usr, *pw)
if err := c.Connect(); err != nil {
fail(fmt.Sprintf("Failed to connect due to: %s", err.Error()))
}
cmd := getCmd(*method)