Merge conflict

This commit is contained in:
George Palanjyan
2018-04-04 01:17:30 +03:00
parent 62462c3b97
commit a037f9f7f1

View File

@@ -72,6 +72,7 @@ func (dev device) CallMethod(endpoint string, method interface{}) {
}
fmt.Println(string(output))
soap, err := buildMethodSOAP(string(output))
if err != nil {
log.Fatal(err)