dumb error
This commit is contained in:
parent
14ee66fe6a
commit
3249c65169
2
send.go
2
send.go
|
@ -52,7 +52,7 @@ func sendMachine(s string) error {
|
||||||
log.Info("httpPost() data:", string(body))
|
log.Info("httpPost() data:", string(body))
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
out := strings.TrimSpace(string(body))
|
// out := strings.TrimSpace(string(body))
|
||||||
// log.Info("httpPost() data:", out, len(body))
|
// log.Info("httpPost() data:", out, len(body))
|
||||||
|
|
||||||
test := strings.TrimSpace(string(body))
|
test := strings.TrimSpace(string(body))
|
||||||
|
|
Loading…
Reference in New Issue